PRB: #deleted Seen When SQL Server 7.0 Tables Containing Numeric and Text fields Are OpenedID: Q236825
|
If Microsoft Access 97 is used to link SQL Server 7.0 tables that have numeric and text field columns, #deleted is seen in alternate rows if the SQL Server database is created using non default code pages and Sort Order. This behavior can be reproduced when code pages are cp850 or cp437, and the sort order is binary, case insensitive.
This error is only seen with the Microsoft ODBC SQL Server Driver version 3.70.0623.
To work around this problem, clear the Perform translation for character data option when configuring the data source name (DSN).
This problem does not exist with previous or later versions of the Microsoft ODBC SQL Server Driver.
Additionally, using the Microsoft ODBC SQL Server Driver version 3.70.0623 with a Pass-Through query does not generate the #delete error.
Select * from employee
Select * from discounts
Select * from employee
Select * from discounts
Again, the data returns correctly.
Additional query words: pounddeleted
Keywords : kbSQLServ700
Version : WINDOWS:97; winnt:7.0
Platform : WINDOWS winnt
Issue type : kbprb
Last Reviewed: August 2, 1999