if i have 2 exact SAME tables in a dataset say ... TableA and TableB.
how can I do this?
"INSERT into TableA SELECT * from TableB where Cust_ID=10"
the tables have too many columns for me to add a New row .. and the populate each column for the new row.
sample code will help .. thanks VB.Net
how can I do this?
"INSERT into TableA SELECT * from TableB where Cust_ID=10"
the tables have too many columns for me to add a New row .. and the populate each column for the new row.
sample code will help .. thanks VB.Net