how to make a backup for data in tables?

R

rocco

Someone who knows how to backupping data saved in tables? And how to restore data in empty tables from data backupped?
it is ok to use the "save" method for adodb.recordset
Thanks,
Rocco
 
D

Dev Ashish

Someone who knows how to backupping data saved in tables? And how to
restore data in empty tables from data backupped? it is ok to use the
"save" method for adodb.recordset

Look at TransferDatabase in help. The 'Save' method in ADO exists for
persisting recordsets to file system and is not really intended for backups
as you can easily have joins across tables in that recordset (amongst other
reasons).

-- Dev
 

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