D
Dirk Reske
Hello,
I'm using the bytefx.data library to connect to a mysql server:
string ConnectionString = "Server=localhost;Database=test;User
Id=Freak;password=freak;";
IDbConnection dbConn;
dbConn = new ByteFX.Data.MySqlClient.MySqlConnection(ConnectionString);
dbConn.Open();
I get an NullReference exception when I call the Open() member?
does anyone know why?
thx
I'm using the bytefx.data library to connect to a mysql server:
string ConnectionString = "Server=localhost;Database=test;User
Id=Freak;password=freak;";
IDbConnection dbConn;
dbConn = new ByteFX.Data.MySqlClient.MySqlConnection(ConnectionString);
dbConn.Open();
I get an NullReference exception when I call the Open() member?
does anyone know why?
thx