P
Peter
Never really bothered with adps and very little experience with SQL server,
but i just installed SQLServer2005 and then tried to create an adp using the
Adventureworks sample database.
The adp appeared to create ok but if I try to open almost any of the table I
get an error
'Ado Error: Object 'dbo.tablenamehere' does not exist or is not a valid
object for this operation'
If I research the error i get stuff about not using a client machine set up
with a different codepage to access my sql server machine. This is off-beam,
because all of this is on one machine.
If I link to Adventureworks from an mdb I can do so succesfully.
So even though Access created the adp and gives me a list of tables there is
clearly something awry with what it has created.
I believe the problem is something to do with the 'schema' part of the table
definition. I don't understand the schema object in sql server terms but I
am able to open 3 tables which appear to belong to dbo. All the other tables
belong to different schemas such as Humanresources and Person and I am
guessing (!!!) that this is what the adp creation gets wrong.(It assumes
that everything always belongs to dbo?)
Can anyone throw any light on this and perhaps simply tell me that adps
can't deal with schemas or alternatively that there is a solution.
but i just installed SQLServer2005 and then tried to create an adp using the
Adventureworks sample database.
The adp appeared to create ok but if I try to open almost any of the table I
get an error
'Ado Error: Object 'dbo.tablenamehere' does not exist or is not a valid
object for this operation'
If I research the error i get stuff about not using a client machine set up
with a different codepage to access my sql server machine. This is off-beam,
because all of this is on one machine.
If I link to Adventureworks from an mdb I can do so succesfully.
So even though Access created the adp and gives me a list of tables there is
clearly something awry with what it has created.
I believe the problem is something to do with the 'schema' part of the table
definition. I don't understand the schema object in sql server terms but I
am able to open 3 tables which appear to belong to dbo. All the other tables
belong to different schemas such as Humanresources and Person and I am
guessing (!!!) that this is what the adp creation gets wrong.(It assumes
that everything always belongs to dbo?)
Can anyone throw any light on this and perhaps simply tell me that adps
can't deal with schemas or alternatively that there is a solution.