Re: creating tabes with full schema name



Yeah, ADP has a lot of trouble with full schema name, especially when it's
not dbo by default (ie, you are not part of the owner database role (dbo)).
Also, it has the very bad habit of adding the current user as the schema
name to many calls to the SQL-Server. For example, if your user name is
MyName and you want to call the stored procedure dbo.MyProcedure, it will
often call MyName.MyProcedure instead, making it impossible to find
dbo.MyProcedure.

On forms, you can set the Record Source Qualifier and for control, you can
add the schema name to the Row Source but it's probably a better idea to
always use dbo and set everyone to dbo when you want to use ADP against a
SQL-Server.

--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF


"mcnews" <mcourter@xxxxxxxxxxxxxx> wrote in message
news:1157552159.397193.35850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Access ADPs do not seem to reckognize full schema name i.e.
dbo.mytable.
?



.



Relevant Pages

  • Re: exporting into a SQL Server schema
    ... inside of the schema. ... The thing that's most confusing is that the dbo schema isn't ... take a look at the way the objects in the AdventureWorks database are ... It turns out that I'm moving some tables to a web hosted solution with sql ...
    (microsoft.public.access.externaldata)
  • Re: Future of ADPs
    ... ADP is practically unable to understand more ... additional bugs when this schema name is anything but dbo. ... Sylvain Lafontaine, ing. ... I know that there are some kits for accessing some web services from ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Database connection issue using SQL schema user account
    ... They can simplify permissions insofar as being able to have ... new objects created inside of a schema inherit permissions assigned to ... --The dbo user account is not the same thing as the dbo default ... The dbo user maps to db_owner/sysadmin. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Alter User for domain user
    ... connect to the server with Windows Authentication, the default schema ... (I used to have the dbo role, ... role on the server. ... schema different from dbo for a Windows login. ...
    (microsoft.public.sqlserver.security)
  • Re: Access2003 ADP & SQLServer2005
    ... I never tried with the 2005 Adventureworks sample database but it's true ... that ADP is able to understand only a single schema name (usually but not ... This is one of these annoying bugs that are plaguing ADP. ... other tables belong to different schemas such as Humanresources and Person ...
    (microsoft.public.access.adp.sqlserver)