I just have 2 connection in ADO:
conn (for access database)
conn1 (for MYsql with connector MySQL ODBC 3.51 Driver)
Access database have variuos Table(in my case 5)
I need to create the same table in MySql server with the same name and same fields of access, naturally with the same property of each fileds.
Possible via VB6
conn (for access database)
conn1 (for MYsql with connector MySQL ODBC 3.51 Driver)
Access database have variuos Table(in my case 5)
I need to create the same table in MySql server with the same name and same fields of access, naturally with the same property of each fileds.
Possible via VB6