Nadeem157
OleDbCommand myComm = new OleDbCommand(insertUpdateQuery, myConn); // i am getting that error here
The OleDbCommand constructer expects a OleDbConnection object as the second parameter (myConn)
Where and how do you declare myConn?
Nadeem157
OleDbCommand myComm = new OleDbCommand(insertUpdateQuery, myConn); // i am getting that error here
The OleDbCommand constructer expects a OleDbConnection object as the second parameter (myConn)
Where and how do you declare myConn?