can the .adtg format be used with JET SQL statement?

R

rocco

hello,
i use to backup my tables using the adtg format (i.e. adPersistADTG used in
the save method of the ADO recordset).
I would like to buil a procedure to recover my data from the tables saved.
Instead of writing lots of ADO code, i was wondering if it is possible to
reference to the table in the .adtg format in SQL.
Is it possible to have something like this working:
INSERT INTO restoredtablename SELECT * FROM current.project.path &
"\backup\savedtablename.adtg"
Thanks,
Rocco
 

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