Thursday, April 14, 2011

module1(vb.net 2008) w/ connections string for mysql server

'Call the pakages
Imports System.Data.OleDb
Imports MySql.Data.MySqlClient

Module Module1
   


    Public conn As String = "server=localhost;User Id=root;password=fatimajoey;database=enrollmentdb"


End Module

No comments:

Post a Comment