ACC2000: Records Display #DELETED When You Use Access 2000 to Link to SQL Server Table with ROWGUID (244872)
The information in this article applies to:
This article was previously published under Q244872 Advanced: Requires expert coding, interoperability, and multiuser skills.
SYMPTOMS
When you use Access 2000 to link a Microsoft SQL Server table that contains a UniqueIdentifier column as the primary key, #DELETED appears for all records in the result set.
RESOLUTION
To resolve this problem, install the latest Jet 4.0 service pack.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
239114
How To: Obtain the Latest Service Pack for the Microsoft Jet 4.0 Database Engine
If your application or your server requires that the IsRowGUID property is set to True, and you cannot install the latest Jet 4.0 service pack, use the following workaround:
- Create a view by using the server table.
- Link to this view from Access 2000.
- Note that Access prompts you for a field to use as the primary key. Select a column other than the column that is the UniqueIdentifier data type.
NOTE: The view now displays the records without #DELETED in the rows.
STATUSMicrosoft has confirmed that this is a problem in Microsoft Access 2000.
This problem was corrected in the latest Jet 4.0 service pack.
Modification Type: | Major | Last Reviewed: | 6/24/2004 |
---|
Keywords: | kbbug KB244872 kbAudDeveloper |
---|
|