Re: MySql.Data.MySqlClient is so SLOW?
If you don't need alot of good stuf like Parameter etc then you can always use a ODBC-connection instead. They work fast for me at least. But will change to this connector since I wanna code with Parameters and such. To bad it's so slow, perhaps I'll wait ...
DRIVER={MySQL ODBC 3.51 Driver};SERVER=xxx;DATABASE=xxx;USER=xxx;PASSWORD=xxx; OPTION=3;
The "option=3"-part I don't know what it's for but I have always used it, my hosting company recommended it =)
Subject
Written By
Posted
September 02, 2005 05:25PM
November 19, 2005 12:47AM
November 29, 2005 08:56AM
November 29, 2005 12:57PM
December 04, 2005 02:50PM
December 15, 2006 06:59AM
February 04, 2006 04:03AM
February 04, 2006 10:50AM
February 04, 2006 06:16PM
February 04, 2006 06:51PM
Re: MySql.Data.MySqlClient is so SLOW?
February 07, 2006 07:43AM
February 05, 2006 11:30PM
February 06, 2006 03:26PM
February 07, 2006 07:28AM
September 09, 2006 07:36PM
September 19, 2006 05:15AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.