ACC2: ODBC Specification Error Attaching to SQL Server ViewID: Q131586
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you attach to a view in a Microsoft SQL Server database created from
a table that resides in a different Microsoft SQL Server database and
contains a field with a user-defined data type, you receive the following
error message:
ODBC Specification Conformance Error [-7731]. This error should be reported to the ODBC driver vendor.
To avoid this error message, use one of the following methods:
create view test as
select 'au_id'=convert(varchar(11), au_id), from pubs..authors
create view test as
select * from pubs..authors
ODBC Specification Conformance Error [-7731]. This error should be reported to the ODBC driver vendor.
Microsoft has confirmed this to be a problem in Microsoft Access version 2.0. This problem no longer occurs in Microsoft Access version 7.0.
Microsoft SQL Server "Language Reference," version 4.2, pages 97-109
Keywords : kberrmsg kbusage OdbcSqlms
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 28, 1999