Connecting to MySQL dbase

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I am in the process of porting a MySQL dbase over to Microsoft SQL2000 and
am building a .NET app that will interface with the SQL2000 dbase. Anyhow
some of the tables are quite large and thinking it may be easiest just to
connect to MySQL read each table into a dataset and then write it to the SQL
2000 database. I already have the table structure in 2000 setup. Just
wondering if there is any information how to do this, can one use the ODBC
data adapter?
Thanks.
 
Back
Top