vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| have an MS Access ADP project linked to a SQL Server database. When a particular user tries to create a view she gets an error saying 'ADO error 'create view' does not allow specifying the database name as a prefix to the object name' Username = Jenny.Taggart I ran a profiler trace to see what the error was. The SQL that is called CREATE VIEW Jenny.Taggart.JENNYTEST AS SELECT * From dbo.Accident Correct syntax would be CREATE VIEW [Jenny.Taggart].JENNYTEST AS SELECT * From dbo.Accident Is there anyway to force access to put the square brackets around the username? Thanks Dermot French |