I'm trying to create a simple reporting tool linked to a sql server.
I create a new database,
create a new link table, of type ODBC,
select my datasource DSN= quantum_db.dsn,
click ok,
enter the user name and password,
select the table I want,
and open it.
So far, everything is fine. All the data is there and looking good.
Now I close the table, and close access.
Now I open my database in access,
double click on my link table,
and after it thinks for a while, I get
Could not execute query; could not find linked table.
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.ARCHIVE_LO G'.(#208)
When I click ok, I get
Microsoft Office Access can't open the table in Datasheet view.
So then I go to the linked table manager, and select the datasource again and refresh the table.
The message box says that everything went fine.
But when I double click on the table, I get
Could not execute query; could not find linked table.
[Microsoft][ODBC SQL Server Driver][SQL Serveer]Invalid object name 'dbo.ARCHIVE_LO G'. (#208)
[Microsoft][ODBC SQL Server Driver][SQL Serveer]Statement(s) could not be prepared.(#8180 )
If I never never click ok, it will keep popping up.
When I click ok, the table opens, but #Name? is in every cell of every record.
What am I doing wrong here? If I can connect once, why can't I connect again? I really need some advice on this because I've got 3 projects that are supposed to be pretty small that my work wants me to do, and this is turning them into big projects.
Thanks!
I create a new database,
create a new link table, of type ODBC,
select my datasource DSN= quantum_db.dsn,
click ok,
enter the user name and password,
select the table I want,
and open it.
So far, everything is fine. All the data is there and looking good.
Now I close the table, and close access.
Now I open my database in access,
double click on my link table,
and after it thinks for a while, I get
Could not execute query; could not find linked table.
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.ARCHIVE_LO G'.(#208)
When I click ok, I get
Microsoft Office Access can't open the table in Datasheet view.
So then I go to the linked table manager, and select the datasource again and refresh the table.
The message box says that everything went fine.
But when I double click on the table, I get
Could not execute query; could not find linked table.
[Microsoft][ODBC SQL Server Driver][SQL Serveer]Invalid object name 'dbo.ARCHIVE_LO G'. (#208)
[Microsoft][ODBC SQL Server Driver][SQL Serveer]Statement(s) could not be prepared.(#8180 )
If I never never click ok, it will keep popping up.
When I click ok, the table opens, but #Name? is in every cell of every record.
What am I doing wrong here? If I can connect once, why can't I connect again? I really need some advice on this because I've got 3 projects that are supposed to be pretty small that my work wants me to do, and this is turning them into big projects.
Thanks!
Comment