D
Datasort
I have been connecting (linked table) to SQL Server 2005 for some time from
an Access 2007 database. I now try to open the connection and get the
following error.
Could not execute query; could not find linked table
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object
`dbo.tablename’. (#208)
[Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be
prepared. (#8180)
My connection string is:
ODBC;DRIVER=SQL Server;SERVER=10.56.161.104;APP=2007 Microsoft Office
system;;TABLE=dbo.TableName
I use a ODBC connection that test correctly.
Things I have tried:
Compact and repair
Refresh the link (Link table manager)
Remove the linked SQL table then Compact and repair and relink. When I do
this I still have the error but I can see that the metadata for the table is
available. For instance this table has 2 columns and 10 records. I see
#name? in each field of each record in the table.
I have rebuilt the access database and attached the SQL tables. This works
fine until I close the database then reopen. Then the problems reoccur.
Any thoughts on how I can reset this would be appreciated
an Access 2007 database. I now try to open the connection and get the
following error.
Could not execute query; could not find linked table
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object
`dbo.tablename’. (#208)
[Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be
prepared. (#8180)
My connection string is:
ODBC;DRIVER=SQL Server;SERVER=10.56.161.104;APP=2007 Microsoft Office
system;;TABLE=dbo.TableName
I use a ODBC connection that test correctly.
Things I have tried:
Compact and repair
Refresh the link (Link table manager)
Remove the linked SQL table then Compact and repair and relink. When I do
this I still have the error but I can see that the metadata for the table is
available. For instance this table has 2 columns and 10 records. I see
#name? in each field of each record in the table.
I have rebuilt the access database and attached the SQL tables. This works
fine until I close the database then reopen. Then the problems reoccur.
Any thoughts on how I can reset this would be appreciated