Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32059

DataTable.Copy() in C# issue

$
0
0
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

Viewing all articles
Browse latest Browse all 32059

Trending Articles