Database Migration

  • Thread starter Thread starter PeaBrain
  • Start date Start date
P

PeaBrain

Hi Guys

I have a quite larger MS-Access database that I need to Migrate with its data
to MYSQL for a client. Are there any good toold to do this with?

How does one tackle this ?

Peabrain
 
PeaBrain said:
Hi Guys

I have a quite larger MS-Access database that I need to Migrate with its
data
to MYSQL for a client. Are there any good toold to do this with?

VB.NET will do it in a pinch...
How does one tackle this ?

With one line of code...

AccessDatabaseTable.Merge(MySQLTable, False, MissingSchemaAction.Add)

HTH
 
Back
Top