The information in this article applies to:
SYMPTOMSWhen you use Query Designer to build a SQL query in Visual InterDev 6.0, the following error might occur when you drag a table from the Data View to the design surface. This occurs only when the data connection is to SQL Server 6.5 using the SQLOLEDB Provider: However, the problem does not occur when you drag the table into the Query Designer a second time. CAUSEThe SQLOLEDB data connection to SQL Server causes the previous error to occur if the SQL Server 6.5 database has not been upgraded with a newer version of instcat.sql. Run the following SQL query with the SQL Server query tool to find out whether or not the latest version of instcat.sql is present:
If the query returns a string such as "6.50.xxx", where
xxx is the version of the SQLOLEDB driver, SQL Server has to be updated
with the latest version of instcat.sql.
If the query returns a string such as "7.00.xxx", where xxx is the version of the SQLOLEDB driver, SQL Server has already been updated with the latest version of instcat.sql. RESOLUTIONRun instcat.sql on the SQL Server using the Query tool from the SQL Server Enterprise Manager. The SQL query file instcat.sql can be found in the \OS\SYSTEM subdirectory on Visual Studio Disc 1. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kberrmsg kbVisID600bug kbGrpASP kbSQLServ650 |
Last Reviewed: May 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |