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.
I have developed a software using VB 6 as front end and Access 2000 db as backend. But after converting Access 2000 to MySQL the software became damn slow. I had used My ODBC 5.1 for connectivity. Database is on local machine and connected as local host. Also code is malfunctiong with MySQL while it was working fine with Access 2000. Can anybody help me out.
what is very slow, they query times? Did you index your tables? Sorry don't know about Access to MySQL conversion, I'm sure someone else can help with that.
Can you describe your "slow" situation a little more? I've just done an MS Access to MySQL conversion with a VB.NET front end. Maybe I can be of some help...
__________________
Tuan M. -- Database Developer Newbie, dot NET generation
If you want cheap-shit web hosting, check out www.websaic.com
For all your custom test socket needs, check out Gold Technologies, Inc.
Oh yeah, last but not least, GO BAR-Honda!
I was saying about the query time. Query time is very slow in VB-MySQL combination. I have tried it out by making a new table in MySQL and connecting to VB at front end. But it is also giving the same result. Can anybody help me out.