ACC2000: The Database Object Does Not Exist Error Message (199931)
The information in this article applies to:
This article was previously published under Q199931 Advanced: Requires expert coding, interoperability, and multiuser skills.
This article applies only to a Microsoft Access project (.adp).
SYMPTOMS
If you have a Microsoft Access project (.adp) on a computer that has a different code page setting than the server to which you are linking, and you use characters particular to the code page of the client in the name of an object, you may experience the following behavior:
- You cannot view the object in Design view.
- You see the following errors:
The object '<object name>' does not exist in the database.
ADO error: No item by the name of 'dbo.????' could be found in the
current database '<Database Name>', given that @itemtype was input as
'(null)'.
- You may see no errors with views. However, views may appear blank in
Design view. You are permitted to view a database diagram in Design view.
- If you rename a table, a view, or a stored procedure by using characters
particular to the code page of the client computer, the name may be changed to
question marks, and you may see the following error:
The database object no longer exists.
- If you name a column in a table with characters from the code page of the client, the column may not display in Datasheet view.
CAUSE
The code page setting for the keyboard on the server on which Microsoft SQL Server is running is different from the code page setting on the computer that runs the Microsoft Access project (.adp).
RESOLUTION
When you create or you rename objects in an Access project (.adp), use a computer that has the same code page as the server.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kbbug KbClientServer kbfix KB199931 |
---|
|