|
-
Dec 12th, 2006, 03:56 AM
#1
Thread Starter
New Member
Copy recordset between two different db
I have two different db: PervasiveSQL and Access.
How i do, in vb6, to copy a recordset from first to second db.
CLONE metod don't run, because Pervasive does not support bookmarks.
The table are the same
I open the connection for the db, and then the two recordset:
rst1.open"select ..........." for pervasive
rst2.open"select ..........." for access
rst2.addnew
and then?
Best regards, Flavio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|