Groups | Blog | Home
all groups > sql server odbc > december 2005 >

sql server odbc : Linked SQL Server table in Access


Max Yaffe
12/19/2005 12:47:39 PM
Why does the ODBC Link Table utility prepend "dbo_" to each table I've
linked into an Access database? I realize dbo stands for database
owner, but why is this an issue? Can I get it to drop the "dbo_"?

Thanks
Sue Hoegemeier
12/19/2005 6:03:42 PM
You can link the tables in code, naming them yourself or
just rename the linked tables - it doesn't actually change
the table name, just the name seen by Access.
Access adds that as you can have two tables in SQL Server
with the same name and different owners. You can have a
dbo.Customers and someuser.Customers. Access adds the owner
to differentiate the objects.

-Sue

On Mon, 19 Dec 2005 12:47:39 -0500, Max Yaffe
[quoted text, click to view]
Randall Arnold
1/31/2006 8:31:11 AM
It's also really easy to just rename the table in Access if you need to.

Randall Arnold

[quoted text, click to view]

AddThis Social Bookmark Button