Quote:
Originally Posted by ROBkh690
What is the connection to get to an access database in the cgi-bin directory ?
|
ODBC:
Driver={Microsoft Access Driver (*.mdb)};Dbq=
C:\path-to-cgi\mydatabase.mdb;Uid=Admin;Pwd=;
OLE DB, OleDbConnection:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=
C:\path-to-cgi\mydatabase.mdb;User Id=admin;Password=;