Reply to topic
.NET and MySQL: Which Connector to use?
GatorStar


Joined: 18 Feb 2006
Posts: 1
Reply with quote
Hey all...

It looks like MySql Connector/ODBC 3.51 is installed on our servers as the MySql Database provider. I was wondering if MySQL Connector/Net (provides .NET specific object architecture) is also installed?

Thanks!
Josh
Forum Regular

Joined: 01 Apr 2004
Posts: 1029
Location: Felton, Delaware
Reply with quote
Even if it is you don't want to use it. It's far from stable and has, what I consider to be, necessary functionality that is currenlty disfuctional. Like CommandBehavior.CloseConnection Wink
daProwler


Joined: 16 Mar 2006
Posts: 2
Reply with quote
Josh wrote:
Even if it is you don't want to use it. It's far from stable and has, what I consider to be, necessary functionality that is currenlty disfuctional. Like CommandBehavior.CloseConnection Wink


Just thought I'd better mention that this functionality is in the current version (1.0.7). Besides, if you want to use things like stored procedures, you have no choice but to use the .NET connetor as the ODBC one does not support them...as of yet anyway (I believe it came out before MySql 5).
Yes the .NET connector seems to require read privileges on the mysql.proc table but see here http://forums.mysql.com/read.php?98,41655,70310 for a solution.

I'd say use the .NET connector. When a new version comes up, simply drop it in.
Gypsy


Joined: 21 May 2006
Posts: 3
Reply with quote
Hello,

This is probably a stupid quesiton, where can I find examples of how to use the .NET connector?

Thanks,
Gypsy
jraybould


Joined: 29 Apr 2006
Posts: 46
Reply with quote
There are some links to training, help and support on this page:
http://dev.mysql.com/downloads/connector/net/1.0.html
.NET and MySQL: Which Connector to use?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic