User Profile
Collapse
-
the code run without errors. Until the line 28 it populates the result of my query, but all I need to transfer this result to mysql table -
Copy data table to mysql table
I have a C# .NET Application which get data from QuickBooks via the ODBC Driver and save the result to C# data table.
So, I want to transfer this data table to a mysql table on my own server. That's the code I use:
...Code:using System.IO; using MySql.Data.MySqlClient; //Add mysql dll on the .NET Tab in Project's references string connStr = "DSN=QBTest;"; string
No activity results to display
Show More
Leave a comment: