Big Hello to Extreme.NET forums - new member here ,
I am trying to perform the following operations using a MySQL database:
I have an access database, I want to load the data from access into a MySQL database by loading the data into a DataSet, then rebinding the DataSet to the ODBC connection instead of the OLE conenction, and then update the ODBC database. The problem is, that the table doesnt already exist.
So:
Access -> DataSet -> MySQL
Will this work? What changes will I need to make so that the DataSet will create the new tables in the MySQL database automatically?
Thanks in advance,
Martin
I am trying to perform the following operations using a MySQL database:
I have an access database, I want to load the data from access into a MySQL database by loading the data into a DataSet, then rebinding the DataSet to the ODBC connection instead of the OLE conenction, and then update the ODBC database. The problem is, that the table doesnt already exist.
So:
Access -> DataSet -> MySQL
Will this work? What changes will I need to make so that the DataSet will create the new tables in the MySQL database automatically?
Thanks in advance,
Martin