guys how do you create an MS Access Database using OledbConnection in Vb.net ?
need it badly![]()
guys how do you create an MS Access Database using OledbConnection in Vb.net ?
need it badly![]()
Add this on the declaration
using System.Data.OleDb;
And this way you use OleDbConnection (Variable) = new OleDbConnection(Parameters)
Similar Threads |
|