R
Rhonda Fischer
Hello,
When I develop in Access 2000 on my computer with SQL
Server loaded I create stored proceedures
which work without error. However when I release the
application to users the error seems to be
that a dbo. prefix is automatically added to all stored
proceedures which deem them unknown.
How can I create queries recognised by other machines? I
tried adding a dbo. prefix without success:
errmsg:
ADO error: The object 'dbo.[dbo.spTodaysInLoads]' does not
exist in database 'TurnersMgmtSystem'
What should I do?
Thank you kindly
Rhonda
When I develop in Access 2000 on my computer with SQL
Server loaded I create stored proceedures
which work without error. However when I release the
application to users the error seems to be
that a dbo. prefix is automatically added to all stored
proceedures which deem them unknown.
How can I create queries recognised by other machines? I
tried adding a dbo. prefix without success:
errmsg:
ADO error: The object 'dbo.[dbo.spTodaysInLoads]' does not
exist in database 'TurnersMgmtSystem'
What should I do?
Thank you kindly
Rhonda