ACC2000: Error Message: "ADO error: Line 1 : Incorrect Syntax Near '\'." When You Try to Save a View (264950)
The information in this article applies to:
This article was previously published under Q264950 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access project (.adp).
SYMPTOMS
In an Access project, you create a view, but when you try to save it, you receive the following error message:
ADO error: Line 1 : Incorrect syntax near '\'.
CAUSE
Your logon is not a member of the db_owner group.
RESOLUTION
To prevent this error message and to allow you to save the view, do one of the following:
- Add the logon to the db_owners group.
-
Change the project's Connection to a user who is already a member of the db_owners group.
-
Instead of a view, create a stored procedure that contains a select statement, and then view it in Datasheet view.
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 kberrmsg kbnofix KB264950 |
---|
|