B
BHE
MS Query from within Excel (Data - Import External Data)
Under Data - Import External Data I am using MS Query to
return data to Excel from a database.
The query prompts the user for 2 dates (start and end) and
performs the query successfully.
I enter 6/1/2003 and 8/27/2003
SELECT * FROM x WHERE
(last_modify_time >= ? AND
last_modify_time <= ? )
*BUT* when I try to Return Data to Microsoft Excel I get
the following error:
[INTERSOLV][ODBC SQL Server driver]Inconsistent descriptor
information.
What do I have to do to get query to save?
Under Data - Import External Data I am using MS Query to
return data to Excel from a database.
The query prompts the user for 2 dates (start and end) and
performs the query successfully.
I enter 6/1/2003 and 8/27/2003
SELECT * FROM x WHERE
(last_modify_time >= ? AND
last_modify_time <= ? )
*BUT* when I try to Return Data to Microsoft Excel I get
the following error:
[INTERSOLV][ODBC SQL Server driver]Inconsistent descriptor
information.
What do I have to do to get query to save?