R
Rik
I get my data for my db from a sql server and use odbc to get it.
Some times the server isn't available so i use a imported version of the
table too. I update the linked and imported table with a delete query and
append query. The first query deletes all data from the table, the second
appends it back in.
Problem:
If i run these query's when the server isn't available my table is empty.
Q:
What do i have to change to make it better?
Some times the server isn't available so i use a imported version of the
table too. I update the linked and imported table with a delete query and
append query. The first query deletes all data from the table, the second
appends it back in.
Problem:
If i run these query's when the server isn't available my table is empty.
Q:
What do i have to change to make it better?