dbTalk Databases Forums  

connection to mysql via .Net

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss connection to mysql via .Net in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
kamiseq
 
Posts: n/a

Default connection to mysql via .Net - 02-05-2006 , 05:34 PM






here i found the article about it
http://dev.mysql.com/doc/refman/5.0/...-sharp-cp.html

but how to choose the port that connector should connect to.

string MyConString = "DRIVER={MySQL ODBC 3.51 Driver};" +
"SERVER=localhost;" +
"DATABASE=test;" +
"UID=me;" +
"PASSWORD=pass;" +
"OPTION=3";
OdbcConnection MyConnection = new OdbcConnection(MyConString);
MyConnection.Open();

i can find hardly anything on msdn about it, about MyConString was
everything exept ports:\

can u help me?:>

cheers kamiseq

Paweł Kamiński
[kamiseq]
[namiar]
- skype: kamiseq
- gg: 2370552
- www.kamis.jz.pl
- hokam (AT) wp (DOT) pl
[pozdrowienia z krakowa]


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: connection to mysql via .Net - 02-06-2006 , 12:23 PM






kamiseq wrote:
Quote:
here i found the article about it
http://dev.mysql.com/doc/refman/5.0/...-sharp-cp.html
This mailing list is for MySQL++ related things. Please take this up on
the main MySQL list.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.