..
All languages from Microsoft, and Web WUI (ie ASP, ASP.NET, Visual Basic 6, VB.NET and others) using the ODBC or OLEDB provider and use a different connection string for access to MS Access.
The following are the connection strings to Access using, respectively, the ODBC and OLEDB:
Driver = {Microsoft Access Driver (*. mdb)}; dbq = db.mdb;
Provider = Microsoft.Jet.OLEDB.4.0; Data Source = db.mdb;Both strings, of course, require customization as necessary to properly insert the name and path of your MS Access DB.
Driver = {Microsoft Access Driver (*. mdb)}; dbq = db.mdb; Uid = X, Y = Pwd;
Provider = Microsoft.Jet.OLEDB.4.0; Data Source = db.mdb; User Id = X, password = Y;
| |
MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
SQL and Database (Course)
Create and manage relational databases. From 39 €. |