Gene Allen wrote: [SNIP] > Enter ".help" for instructions > > sqlite> attach 'c:\test\b.db3' as toMerge; > try this:
BEGIN;
> sqlite> insert into AuditRecords select * from toMerge.AuditRecords;
COMMIT;
>
> sqlite> detach database toMerge;
>
John
--
Regards
John McMahon
[EMAIL PROTECTED]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

