Imports MySql.Data.MySqlClient Partial Class test2 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim conn As New MySqlConnection("server=localhost;user id=usr;password=pwd;database=myDB;pooling=false") End Sub End Class