In either case, there is no database driver, or the database path is incorrect. Example: Dbdatadata. mdbConnStrProviderMicrosoft. Jet. OLEDB.4.0; DataSourceServer. MapPath (db) Another ConnStrDriver {MicrosoftAccessDriver (*. mdb)}; DBQServer. MapPa
In either case, there is no database driver, or the database path is incorrect. Example: Db = data/data. mdb ConnStr = Provider = Microsoft. jet. OLEDB.4.0; Data Source = Server. mapPath (db) 'Another kind of 'connstr = Driver = {Microsoft Access Driver (*. mdb)}; DBQ = Server. mapPa
In either case, there is no database driver, or the database path is incorrect.
Example:
Db = "data/data. mdb"
ConnStr = "Provider = Microsoft. Jet. OLEDB.4.0; Data Source =" & Server. MapPath (db)
'Another type
'Connstr = "Driver = {Microsoft Access Driver (*. mdb)}; DBQ =" & Server. MapPath (db)
Set Conn = Server. CreateObject ("ADODB. Connection ")
Conn. open ConnStr