|
|
|
|
![]() ![]() |
Mar 10 2006, 02:37 PM
Post
#1
|
|
|
Wheeeeeeee! Group: Members Posts: 245 Joined: 19-October 05 From: DG, Belgium Member No.: 9,200 |
Hi,
maybe one of you already came across this, so I ask. I'll continue searching on. I've got two vocable trainers, one is Windows-native, the other one is on the web. While I can't control the output of the Windows-thing (so I can't export them to a *csv or something), I can write an import script. But since I'm not that great with Regular Expressions and don't know anything about *.mdb (that is MS SQL, isn't it?) files, I would need some finished thing to make out the field information and put it in arrays or something more readable. It wouldn't be that good if it was an OS-application, I'd like to implement in my website. Thanks a lot, Ruben This post has been edited by ruben: Mar 10 2006, 02:41 PM |
|
|
|
May 17 2006, 06:18 AM
Post
#2
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 17-May 06 Member No.: 13,493 |
Well, I think that there are two software that can help you out with that kind of operation, have you tried Navicat mysql and access2mysql?
|
|
|
|
May 17 2006, 04:39 PM
Post
#3
|
|
|
Binary Geek Group: Members Posts: 444 Joined: 4-November 05 From: The Digital Arena Member No.: 9,440 |
Dont know much in this matter .. but would suggest to look into ASP .NET scripting.
Regards Dhanesh. |
|
|
|
May 17 2006, 06:35 PM
Post
#4
|
|
|
Super Member Group: Members Posts: 572 Joined: 25-April 05 From: Nashville Tennessee Member No.: 4,340 |
You might want to try this link right HERE MSSQL2MYSQL
|
|
|
|
May 18 2006, 11:12 PM
Post
#5
|
|
|
Premium Member Group: Members Posts: 238 Joined: 9-September 05 Member No.: 8,400 |
Well incase you want to implement on your website, i think that's quite straight with PHP provided that the structure of both MS Access and MySQL databases are same (or equivalent).
In any case all you need to do is make two simultaneous connections, run retrieval SQL on one and insertion SQL on the other. |
|
|
|
May 19 2006, 06:21 PM
Post
#6
|
|
|
Guilty Until Proven Innocent Group: Members Posts: 372 Joined: 13-April 05 Member No.: 3,937 |
Well incase you want to implement on your website, i think that's quite straight with PHP provided that the structure of both MS Access and MySQL databases are same (or equivalent). In any case all you need to do is make two simultaneous connections, run retrieval SQL on one and insertion SQL on the other. one of the great approach for my part is to setup a local IIS server on the windows machine and use scripts that read and write to that file [mdb]. just make sure that the mdb file is accesable by IIS trough location alias or whatever windows call that where you map your folder into IIS logical folder structure. this is easy to do once you have IIS configuration running in your pc. now the purpose of this setup is to use the local IIS to update the online version of the database where you can export the data in any format you want. you only need to have writes to the online database scripted in you local IIS server. for optimal use, just connect to the local mdb file using the local IIS server setup at your machine then export this via your script. no external server needed. in case that you want it to stay online.. Houdini's link to add that API to your server online and it can convert your mdb to mySQL format. /peace |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 30th August 2008 - 04:22 PM |