BUG: 'Unspecified Error' When Using SQLOLEDB ProviderID: Q194000
|
When 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.Query Designer encountered an MS Design Tools error: unspecified error
The 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:
SELECT attribute_value FROM master.dbo.spt_server_info WHERE attribute_name = 'SYS_SPROC_VERSION'
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.
Run 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.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Additional query words:
Keywords : kberrmsg kbVisID600bug kbGrpASP kbSQLServ650
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 27, 1999