BUG: Error 7356 When Using SQL 7.0 to Select From a SQL 6.5 ViewID: Q233374
|
Under the following conditions:
Server: Msg 7356, Level 16, State 1, Line 1
OLE DB provider 'SQLOLEDB' supplied inconsistent metadata for a column. Metadata information was changed at execution time.
Use any of the following workarounds:
CREATE VIEW My65View AS
SELECT CONVERT (VARCHAR, CharColumn) AS CharColumn FROM My65Table
CREATE VIEW My70View AS
SELECT CharColumn FROM My65Server.My65Database.TableOwner.My65Table
GO
SELECT * FROM My70View
GO
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
Additional query words:
Keywords : kbinterop kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: June 14, 1999