Front Office Football Central  

Go Back   Front Office Football Central > Archives > FOFC Archive
Register FAQ Members List Calendar Mark Forums Read Statistics

Reply
 
Thread Tools
Old 12-10-2004, 07:58 PM   #1
Coffee Warlord
Head Coach
 
Join Date: Oct 2002
Location: Colorado Springs
Tech Question (Databases)

Fat chance on this one, but has anyone ever ported an Access database to mySQL with a relative level of ease, and if so, whaddid you do?

I've yet to research it (contract project I am doing) fully, but I figure I'd see if anyone here had done it before, or knows a way to do it first.

Coffee Warlord is offline   Reply With Quote
Old 12-10-2004, 08:34 PM   #2
VPI97
Hokie, Hokie, Hokie, Hi
 
Join Date: Mar 2001
Location: Kennesaw, GA
Reoccuring data dupication or one time setup?
VPI97 is offline   Reply With Quote
Old 12-10-2004, 08:51 PM   #3
Router Help
Registered User
 
Join Date: May 2004
Location: Ferndale, MI now in Chicago, IL
I've never done it, but for simple databases it shouldn't be too difficult. I guess I would just export the data in Access to a CSV file and import that into mySQL. I have seen tools out there that do everything for you, but I'm not sure how well they work.
Router Help is offline   Reply With Quote
Old 12-10-2004, 08:57 PM   #4
Desnudo
Coordinator
 
Join Date: Jul 2003
Location: Here and There
What Router said. It's actually pretty easy as long as the database it's going into is simple. The main concern is filling in any blanks (rules, fields, etc.) that may exist in the gap between what the SQL DB needs and the Access DB can provide.

Depending on the complexity of the DB, it may require a lot of upfront data mapping and testing.

Edit: sometimes it's simply not possible, or feasible to import data from Access to SQL. If the SQL DB is extremely complex and the fields from Access are on a lot of different tables in the SQL DB, it is often more of a headache than it's worth.

Last edited by Desnudo : 12-10-2004 at 09:01 PM.
Desnudo is offline   Reply With Quote
Old 12-10-2004, 09:19 PM   #5
chinaski
College Prospect
 
Join Date: Nov 2003
Location: Portland, Oregon
This is very handy....
http://dev.mysql.com/downloads/connector/odbc/3.51.html

Once you have the mysql odbc installed and configured, open up your db in access. Select what tables you want to export to Mysql and then goto File->Export... then export it to a ODBC Database. In this case you'll select the Mysql DSN you made during the MyODBC setup. Viola.

You can also open up your mysql tables in access. Makes for a easy little mysql editor.
chinaski is offline   Reply With Quote
Old 12-10-2004, 09:21 PM   #6
chinaski
College Prospect
 
Join Date: Nov 2003
Location: Portland, Oregon
this explains it much better than I and with pictures!
http://dev.mysql.com/doc/mysql/en/Export_of_Data.html
chinaski is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 11:54 AM.



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.