P
PaulS
I have 2 sql server ce databases on my PocketPC.
What would be the most efficient way to transfer some of the records
from one database to another if the table structure is the same in
both databases?
I'm using vb.net and the option to create insert statement
by iterating through all fields seems cumbersome because
the table has more than 30 fields.
What would be the most efficient way to transfer some of the records
from one database to another if the table structure is the same in
both databases?
I'm using vb.net and the option to create insert statement
by iterating through all fields seems cumbersome because
the table has more than 30 fields.