User Profile

Collapse

Profile Sidebar

Collapse
MostafaFCI4
MostafaFCI4
Last Activity: Mar 25 '13, 03:08 PM
Joined: Feb 26 '09
Location: Egypt, Cairo
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MostafaFCI4
    replied to Copy data table to mysql table
    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
    See more | Go to post

    Leave a comment:


  • MostafaFCI4
    started a topic Copy data table 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
    ...
    See more | Go to post
    Last edited by MostafaFCI4; Mar 25 '13, 02:47 PM. Reason: using the code tag
No activity results to display
Show More
Working...