Update ODBC Link Table

R

Rpettis31

I have an old database that works fine it is an MDE however I was wondering
if I am able to update a table through an linked table in the odbc through an
update query.

Thanks
 
D

Douglas J. Steele

Not sure what you're asking.

If the linked table is in a Jet database (an MDB, MDE, ACCDB or ACCDE), then
you cannot connect to it using ODBC from an Access application.

If the linked table is in some other DBMS, then as long as it has a unique
index defined, you should be able to update it.
 
J

John W. Vinson

I have an old database that works fine it is an MDE however I was wondering
if I am able to update a table through an linked table in the odbc through an
update query.

Thanks

Update its contents? Sure. Update its structure? Not with an Update query but
with a passthrough DDL query, assuming you have the needed permissions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top