Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing an access table in mysql

Status
Not open for further replies.

itechC

Programmer
Feb 13, 2003
71
CA
How do i go about importing an access database table. The table has about 300 000 records in it. What would be the simplest way of importing this data to mysql.

Thanks in advance
 
You export could the records into a CSV and import them into MySQL using its LOAD DATA INFILE query.

You could use MyODBC and export the records to MySQL from within Acess using Access' export tool.

Some Win32 tools to manage MySQL will also allow extraction and importation of records through the tool. MySQL-Front, for example, does this.



Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top