Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> MS-database To MySQL, I'd like to batch them
ruben
post Mar 10 2006, 02:37 PM
Post #1


Wheeeeeeee!
Group Icon

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
Go to the top of the page
 
+Quote Post
romyo
post May 17 2006, 06:18 AM
Post #2


Newbie [ Level 2 ]
Group Icon

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?
Go to the top of the page
 
+Quote Post
dhanesh
post May 17 2006, 04:39 PM
Post #3


Binary Geek
Group Icon

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.

Go to the top of the page
 
+Quote Post
Houdini
post May 17 2006, 06:35 PM
Post #4


Super Member
Group Icon

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
Go to the top of the page
 
+Quote Post
CaptainRon
post May 18 2006, 11:12 PM
Post #5


Premium Member
Group Icon

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.
Go to the top of the page
 
+Quote Post
vhortex
post May 19 2006, 06:21 PM
Post #6


Guilty Until Proven Innocent
Group Icon

Group: Members
Posts: 372
Joined: 13-April 05
Member No.: 3,937



QUOTE(CaptainRon @ May 19 2006, 07:12 AM) *

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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. What You Need Before You Can Create A Text-based Game..(5)
  2. Qupis : Free Cpanel Web Hosting (one Line Text Ad At Bottom)(10)
  3. MySQL Realtime Replication(4)
  4. Some Useful Database Links.(7)
  5. How To: Display A Members/user List.(3)
  6. Navcat For MySQL(8)
  7. MySQL Output Database Question(18)
  8. Creating A Game In Rpg Maker 2000/2003(18)
  9. Any Website Provide Free Host Mysql Host?(4)
  10. PHP & MySQL: Displaying Content From A Given ID(6)
  11. Recover Tables From A MySQL .frm File(8)
  12. Mysql Multiple Tables(1)
  13. Login System Using A Mysql Db(5)
  14. Accessing Ms Access Database From A Centralized Location?(5)
  15. Space Needed For Database(10)
  1. Database Access On Remote Server W/jsp(0)
  2. MySQL, Multiple Tables(24)
  3. Mysql Database Entry By Excel Sheets(2)
  4. Mysql On Computer(9)
  5. Need Help With A PHP - MySQL Registration Script(13)
  6. MySQL - Trouble With Bulk Insert Statements(3)
  7. [PHP + MySQL] Encrypting Data(9)
  8. Can You Link Game Maker With Mysql/php(0)
  9. Get User Input From Vbscript For Batch Files(2)
  10. Mysql With My Own Server(4)
  11. Mysql Database Management(1)
  12. Mysql And User File_priv(0)
  13. I Have An Error With My Mysql Connection(7)
  14. Mysql Storage Engine Error 28(5)
  15. Mirror My MySQL Database To Another Mysql Server(4)


 



- Lo-Fi Version Time is now: 30th August 2008 - 04:22 PM