0
Reply

DataTable.Copy() in C# issue

Ask a question
raj aryan

raj aryan

11y
1.2k
1
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