raj aryan

raj aryan

  • NA
  • 26
  • 25.3k

DataTable.Copy() in C# issue

Mar 21 2013 4:34 AM
Hello,

I want to implement the C# DataTable.Copy() functionality in my code. As this function copies the data as well as the data-structure from the Source, My Source is odbc connection and I want to copy the same table with the same datastructure it has to the another database connetion i.e. Sql Server. I tried the bulkcopy but it give me wrong values in the rows i.e. random values.

Let me know how to implement how to implement this.

Advance Thanks,

Regards,
Raj