Re: ASP.Net Connection To MYSQL
- From: "Alvin Bruney [MVP]" <www.lulu.com/owc>
- Date: Wed, 21 Jun 2006 06:28:27 -0400
hmm, strange. i'd open a support call to the provider to see if they have a
fix/workaround for this situation. I have found them very responsive to bugs
of that nature in the past.
--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Frank" <Frank@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EBD2600A-2A0A-4AC6-A02D-C87E0EF13240@xxxxxxxxxxxxxxxx
Alvin, thanks for the response. I do have the latest provider loaded. What
I
did find after reading some other threads is that if I disconnect my
network
cable the queries fly. It seems to have something to do with DNS which is
posted a lot with relation to the speed issue. In short, since all tools
and
databases are local to this machine, if not connected to the network,
everything works great.
Any additional feedback is appreciated. Thanks again, Frank
"Alvin Bruney [MVP]" wrote:
You need to connect using the latest native mysql provider. mysql is
extremely fast so it is possible that your problem lies elsewhere. Have
you
tried tracing the query statements in the db layer?
--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Frank" <Frank@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7665B978-DE2A-4BBE-9BD0-DA4F3E79A597@xxxxxxxxxxxxxxxx
Hello, I am writing an ASP.Net (Visual Basic) application with a MYSQL
backend.
I connect fine with the DataProvider and also ODBC. I Retrieve records
with
no problem. I INSERT Records with no problem. The problem is that is is
SLOW.
For example, to retrieve 4 records from the database table, it takes
several
seconds. In Addition, I am developing on a local machine. There are no
trips
to a remote server at this point. I see posts out there that some folks
have
a slowness issue and others say everything is great and fast. Can
anyone
assist with this?
Would prefer to us SQLServer as the backend, but have to conform to the
installation at present.
Thanks, Frank
.
- References:
- Re: ASP.Net Connection To MYSQL
- From: Alvin Bruney [MVP]
- Re: ASP.Net Connection To MYSQL
- Prev by Date: Client Side Validation
- Next by Date: Re: Global.asax not firing
- Previous by thread: Re: ASP.Net Connection To MYSQL
- Next by thread: Re: Password protected html files
- Index(es):
Relevant Pages
|