MySQL running slow

MySQL running slow

am 05.04.2006 17:44:47 von Joel

Environment: Windows XP
MySQL 3.51 Driver.
I set up an ODBC connection System DSN (localhost).
When I open my Record Set in VB6 it takes almost a minute! What am I doing
wrong?
PS It used to work on Winows98.

Thanks for any help.
Joel

Re: MySQL running slow

am 05.04.2006 17:56:10 von Good Man

"Joel" wrote in news:PBRYf.23705$fQ6.8846@trnddc03:

>
> Environment: Windows XP
> MySQL 3.51 Driver.
> I set up an ODBC connection System DSN (localhost).
> When I open my Record Set in VB6 it takes almost a minute! What am I
> doing wrong?
> PS It used to work on Winows98.
>
> Thanks for any help.
> Joel

why are you using an ANCIENT version of MySQL? MySQL 5 has been out for
over six months, not to mention the great MySQL 4 that has been out for
years.

Re: MySQL running slow

am 05.04.2006 18:02:57 von Joel

I intend to. But first I want to get the application running as well as
before then I'll upgrade it....Any reason for it running slow?


"Good Man" wrote in message
news:Xns979C7957D20Fsonicyouth@216.196.97.131...
> "Joel" wrote in news:PBRYf.23705$fQ6.8846@trnddc03:
>
> >
> > Environment: Windows XP
> > MySQL 3.51 Driver.
> > I set up an ODBC connection System DSN (localhost).
> > When I open my Record Set in VB6 it takes almost a minute! What am I
> > doing wrong?
> > PS It used to work on Winows98.
> >
> > Thanks for any help.
> > Joel
>
> why are you using an ANCIENT version of MySQL? MySQL 5 has been out for
> over six months, not to mention the great MySQL 4 that has been out for
> years.
>

Re: MySQL running slow

am 05.04.2006 18:13:56 von Shion

Joel wrote:
> Environment: Windows XP
> MySQL 3.51 Driver.
> I set up an ODBC connection System DSN (localhost).

ODBC slows things down a good bit, sometimes as much as 100% slower than
direct connection.


> When I open my Record Set in VB6 it takes almost a minute! What am I doing
> wrong?

Skip VisualBasic and use PHP for web application and C/C++ if you do other
applications.


//Aho

Re: MySQL running slow

am 06.04.2006 19:05:41 von onedbguru

asking "why is this slow" without know the query, the table layout, and
a lot of other things, is like asking why is grass green.

Re: MySQL running slow

am 06.04.2006 19:27:35 von Joel

All right let me give you a little more background. I transferred a VB6
application using MySql 3.51 Driver from Windows 98 platform to XP
I downloaded MySQL set up the ODBC driver connection. Yet when I run the
program what use to take a split second to open a record set now takes about
a minute! What am I doing wrong?



"no-1" wrote in message
news:1144343141.797363.113820@t31g2000cwb.googlegroups.com.. .
> asking "why is this slow" without know the query, the table layout, and
> a lot of other things, is like asking why is grass green.
>