Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Error while fetching data using SELECT statement

Author  Topic 

rameshkg
Starting Member

22 Posts

Posted - 2004-07-13 : 08:16:16
Hi

I am getting the following error message while fetching data from an SQL Server table using SELECT prepared statement. The error is :

[Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index

I am using ODBC driver to connect to the database, from my application, and the SQL server is Ver 2000.

Any idea as to what is the problem ?

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-07-13 : 09:25:47
Hmmm...

http://support.microsoft.com/default.aspx?scid=%2Fservicedesks%2Fbin%2Fkbsearch.asp%3FArticle%3D328947

http://support.microsoft.com/default.aspx?kbid=821789
Go to Top of Page
   

- Advertisement -