i put the code below inside a Module but I encounter an error
what should I do?Code:public static string ConStr = "Provider=Microsoft.Jet.OleDB.4.0; Data Source =" + Application.StartupPath + "\\db1.mdb"; public using (OleDbConnection Conn = new OleDbConnection(ConStr))


Reply With Quote

