in reply to CGI login problem
You might try to use a DSN-less connection with a connection string for DBI, like:
The full path (required!) for the database must be using backslashes, not forward slashes, as a directory separator.dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq=c:\full\path\to\da +tabase.mdb
Oh, and the username/password must be given in the connect call, as 2nd and 3rd parameters — use empty strings if none.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI login problem
by 8bstr8ct (Initiate) on Apr 05, 2004 at 21:11 UTC |