RE: [PHP-DB] problems in connecting Access database

2001-11-27 Thread Andrew Hill
Mihail, > >$conn = odbc_connect( 'test' , ' ', ' ' ); > > > >where test is the name of that database, then the output is smth. like > > > >Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not > >found and no default driver specified, SQL state IM002 in SQLConnect in > >c:\in

Re: [PHP-DB] problems in connecting Access database

2001-11-26 Thread Miles Thompson
This might be a stupid answer ... Sounds like ODBC is looking for a Data Source Name ( .DSN ) file. If you have MDAC installe,d you can probably right click on your desk top and add one. These things are text files which tell the ODBC where the database is, whatalias to use, etc. But that' p

[PHP-DB] problems in connecting Access database

2001-11-26 Thread Mihail Bota
Hello, I know this may be a stupid question, but I've looked everywhere for help and since I could not resolve the problem myself, I am asking your help. The problem is simple: i have an Access 2000 database (Windows 2000, IIS5.0) that i want to query it using php4.06. I've added the database at