[dba-VB] Copy tables

Stuart McLachlan stuart at lexacorp.com.pg
Mon Feb 4 17:06:55 CST 2008


Do you mean have the user physically browse through the rows looking for specific records?

If that is the case, I would probably go with a DatagridView bound to the source data.
When the user selects a row (double click, highlight and click a button or whatever), read the 
row data and feed it to a TableAdapter.Insert on the target table.


On 4 Feb 2008 at 18:41, Gustav Brock wrote:

> Hi all
> 
> I have created two tableadapters, a source and a target, and need to
> browse through the source looking for rows and, when a row meeting
> some conditions is found, copy this to the target. What is the best
> method? 
> 
> /gustav
> 
> 
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
> 





More information about the dba-VB mailing list