|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Does anyone know how to import MS Access databases (.mdb) into mysql
Thanks Des |
|
#2
|
|||
|
|||
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by des:
Does anyone know how to import MS Access databases (.mdb) into mysql Thanks Des[/quote] Export table from MS-access into a text-file. maybe you need to adapt it a little bit (add quotes around strings etc.) but this is only possible if there aren't too many data. read the text-file into mysql Another way (if you often have to import data, or a lot data): make a php-script, which reads the text-file (or paste the text into a variable) and make php read it line-by-line, and parse it at the separation-tokens used in the files (komma or tab, etc) with explode or implode (see php-man) and for each line insert int into your table. Good luck! EyE ------------------ -- ...tiktak...tiktak... -- ...Tommyknockers, Knocking On Your Door... |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Import MSAccess Database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|