J
Jensen Bredal
Hello,
I have backed up a table from a database in an DataTable (dt ) object.
The table has been wiped up (in sql server) after the backup but i still
have the copy in memory (in my DataTable object ).
now i need to restore the table from memory.
Is there a quick way of doing this apart from a row by row insert?
I'm not using typed dataset.
Many thanks in advance
JB
I have backed up a table from a database in an DataTable (dt ) object.
The table has been wiped up (in sql server) after the backup but i still
have the copy in memory (in my DataTable object ).
now i need to restore the table from memory.
Is there a quick way of doing this apart from a row by row insert?
I'm not using typed dataset.
Many thanks in advance
JB