Hi Alex,
In case if one database is SQL Server you have good tool, which calls SQL
DTS. It is fast way to transfer data between datasources.
Yes, you also could create disconnected recordset and re-attach it to
another DB, but it would require using of XML, since you need to modify
recordset to *mark* records as inserted to be able to transfer them to
another database. That way could be slow in case if database is very big. I
have an example how to do that. If you need it, let me know by e-mail and I
will send it to you. It is too big to post it here