Hai
I have 2 tables. table1 and table2. table1 have thousands of raws with different categories. I want to take a particular category item from table1 and want to insert that data to table2. I am new one. please give c# code with example. thanks in advance.
MadhukumarViswanth
Loading
Jiteendra SampathiraoPosted Aug 29, 2011, 3:05 AM
Retrieve the values using select query..and store the values in some variable
and use those variables in Insert query....