From: kamiseq Date: February 5 2006 11:33pm Subject: =?iso-8859-2?Q?connection_to_mysql_via_.Net?= List-Archive: http://lists.mysql.com/plusplus/5437 Message-Id: <20060205233359.B0D1BC7AE1@rekin22.go2.pl> Content-Type: text/plain; charset="iso-8859-2"; Content-Transfer-Encoding: 8bit here i found the article about it http://dev.mysql.com/doc/refman/5.0/en/odbc-net-op-c-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@stripped [pozdrowienia z krakowa]