T
Tom Ellison
Dear friends:
I have an MDB application with a SQL Express back end. I have written some
extensive query work there that cannot be written for Jet (indeed, if I try
to extend this query work, SQL Server fails, "Internal Error").
I would like to write Jet queries based on the SQL Express query work. I
thought to Link to the SQL query, but you cannot link to a query, only to a
table. I can link a Jet table to that query, but it isn't dynamic (is it?)
It appears to just create a table from a snapshot of the query's results at
that moment.
Is there a way to do this?
Or can a report or a Jet query be based on a SQL Express back end query?
I'm so accustomed to working with ADPs that I guess this just hadn't come up
before. Naturally, I had assumed I could link to all these SQL Express
objects, not just the tables. (Well, it seems natural to me!)
Do you know?
Tom Ellison
I have an MDB application with a SQL Express back end. I have written some
extensive query work there that cannot be written for Jet (indeed, if I try
to extend this query work, SQL Server fails, "Internal Error").
I would like to write Jet queries based on the SQL Express query work. I
thought to Link to the SQL query, but you cannot link to a query, only to a
table. I can link a Jet table to that query, but it isn't dynamic (is it?)
It appears to just create a table from a snapshot of the query's results at
that moment.
Is there a way to do this?
Or can a report or a Jet query be based on a SQL Express back end query?
I'm so accustomed to working with ADPs that I guess this just hadn't come up
before. Naturally, I had assumed I could link to all these SQL Express
objects, not just the tables. (Well, it seems natural to me!)
Do you know?
Tom Ellison