Syntax to connect to Mysql

  • Thread starter Thread starter Raymond
  • Start date Start date
R

Raymond

Dear all,

What is the syntax of create connection and recordset of using ADO. Net to
connect to Mysql database, especially the connection string?

I am eager for your help. Any links are welcome?

Thanks,
 
"SERVER=xxx.xxx.xxx.xxx;Database=trinity;UID=Matrix;PWD=neo";
That should do it.
 
Back
Top