Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / SQL Server / ADP / October 2003

Tip: Looking for answers? Try searching our database.

(dbo) after SQL items in database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
T Bernard - 27 Oct 2003 16:57 GMT
We are testing out some rights and issues with an .adp
project.  When I log in with my normal account and install
the .adp project with the MSI Installation package, the
database installs and works just fine.

When I log into the network with a test account, and
install the same package (same .adp, same MSI Package) the
database installs just fine.  But I continue to get the
error "'stored proc name' does not exist in this
database".  The stored procedure installed in the .adp,
but all the Tables, Views and Stored Procs have (dbo)
after the name of the item.  I believe this is causing the
error but I was not sure.

If this is the cause of the error, does anyone know what
caused the (dbo) to appear after the SQL items.  On my
regular network account there is no (dbo) next to the
items.  Is this a user rights issue?

Thank you,

T Bernard
Karen Vaudreuil - 28 Oct 2003 00:57 GMT
Access always shows the owner of every objects in parantheses.  The owner,
of course, is dbo by default but could be someone else. In fact, a user can
only access objects owned by himself except if specified otherwise in the
reference to that object.  Since you are dbo, you can access everything (and
dbo it's not shown).  But because the test account is not dbo, it sees
automatically who is the owner of every object.

That meens you have to put "dbo.NameOfObject" in every forms and reports for
them to work properly (even in code).  By the way, if the user doesn't have
access to an object, he will not see it at all in the database window of the
adp.

Hope this helps.

Karen

> We are testing out some rights and issues with an .adp
> project.  When I log in with my normal account and install
[quoted text clipped - 18 lines]
>
> T Bernard
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.