Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
mysql的驱动程序?_Mysql_Vb.net - Fatal编程技术网

mysql的驱动程序?

mysql的驱动程序?,mysql,vb.net,Mysql,Vb.net,我将在这段代码中,在大括号-->(MySQL}中放入什么 看看这里 Dim connectionString As String = "Driver={MySQL};SERVER=localhost;DATABASE=student; 'declare the variable that will hold the connection string Dim ConnectionString 'define connection string, specify database driver

我将在这段代码中,在大括号-->(MySQL}中放入什么

看看这里

Dim connectionString As String = "Driver={MySQL};SERVER=localhost;DATABASE=student;
'declare the variable that will hold the connection string
Dim ConnectionString 
'define connection string, specify database driver and location of the database 
ConnectionString= "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost;" &_ 
"DATABASE=your_mysql_database; UID=your_username; PASSWORD=your_password; OPTION=3"