Re: MySql.Data.MySqlClient is so SLOW?
Posted by: Bellfalasch -
Date: February 07, 2006 07:43AM

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 =)

Options: ReplyQuote




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.