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 > MS Access and MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-04, 10:15
dd_plus dd_plus is offline
Registered User
 
Join Date: Mar 2004
Posts: 38
MS Access and MySQL

Im about to put the final touches on my access project - which means migrating it to work with mysql on a linux server.
Now Ive heard that mysql has some problems with ADO, is this a fact? I deliberatly used only ADO and abandoned DAO for the migration to work.
And - as I forsee this is gonna be hell to go through, does anyone have any tips for me (about the migration)?

dd+
Reply With Quote
  #2 (permalink)  
Old 04-22-04, 10:26
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
If your MS-Access code is Jet data engine specific, you are looking at more or less a re-write from the ground up. If your code is ODBC/ADO compliant, you need to change your datasource and go merrily on your way.

-PatP
Reply With Quote
  #3 (permalink)  
Old 04-26-04, 05:01
dd_plus dd_plus is offline
Registered User
 
Join Date: Mar 2004
Posts: 38
Arrow MS Access and MySQL

Hmm, I dont know if my DB is jet-dependant. Everything I coded on my own is in ADO, but I didnt set anything special for what Access does automaticly. Is this considered to be ADO compliant?
Reply With Quote
  #4 (permalink)  
Old 04-26-04, 22:39
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
If you are aware of ADO, and have coded in it, then the odds are fair that you aren't too engine specific. The Jet database engine requires some "interesting" things in code that send more mainstream SQL implementations howling into the trees when you try to run the resulting application against them.

I'd suggest that you just jump in and try it. You know your app better than anyone, take it for a spin! Be forewarned that there are rarely conversions from Jet without at least a few bumps and bruises, but they aren't nearly as bad these days as they used to be!

-PatP
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