Disconnect ODBC connection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have this problem. I'm connecting to Navision native DB from AccessXP via
CODBC (unfortunately still 2.6). There is standard linked table. How can I
disconnect from Navision DB if I don't want to close whole application?
 
You can delete the linked table. (Don't worry: this has no impact on the
data in the actual table)

Of course, that means you'll have to have code to recreate the linked table
when you want to reconnect to the database.
 
Back
Top