Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert ms access to mysql using coldfusion..

Status
Not open for further replies.

coldfused

Technical User
Joined
Jan 27, 2001
Messages
2,442
Location
US
Ok guys this is my dilema...

I am to the point where I am just getting comfortable using coldfusion and access to do my web database stuff.

Now I found out that because of the jet engine or whatever it is in access has problems with multithreading, or multiple users online trying to retrieve the same data at the same time.

This is a high traffic site, the host says access is the reason why the database is locking up.

How hard is it to convert access to mysql, then how much different is the code for coldfusion using mysql rather than access?



---------------------------------------------
 
you can use this software to convert if you have very little sql knowledge:

Usually, your code won't change much- depending on the complexity of the queries you are performing. I always recommend reading up on the mysql manual first though, then checking your SQL queries to make sure they are compliant- before switching your data server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top