If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > hOW TO CONVERT MYSQL DB into MS Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-05, 00:47
vaisal vaisal is offline
Registered User
 
Join Date: Feb 2005
Location: Thane, Maharashtra,India
Posts: 17
hOW TO CONVERT MYSQL DB into MS Access

Please guide me how to convert MYSQL database into MS Access?
Reply With Quote
  #2 (permalink)  
Old 02-23-05, 05:24
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
Tools

Try to export sql commands for the creation of the table (or make them manually) and export the data (with mysql tools) and import data to access
Reply With Quote
  #3 (permalink)  
Old 02-23-05, 08:41
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
Or use one of the tools that can read both formats such as dbtools (www.dbtools.com.br)

Do you actually need to move the data into MySQL format - you can read MySQL tables in access over ODBC, and (I think even as linked tables)
Reply With Quote
  #4 (permalink)  
Old 02-24-05, 06:41
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
re the database data: for simplicity, setup your MySQL database as an ODBC source, then create a new MS Access database and use the MS Access wizards to import the table data.

re the database front end: you have to start from scratch (or employ someone) to re-create the front end in MS Access.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On