MS Access DSN for PEAR DB::connect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!Does anyone know what DSN I must use to get connected to my MS Access database? BUSINESS is my OBDC connection on Windows 2000 to my database. As PHP database type I use 'odbc'. Please find the enclosed code snipet: getMessage());} ?> When running it, I receive an DB Error: connect failed. Unfortunately with same result, I tried the following DSN:$dsn = "odbc:///BUSINESS"; $dsn = "odbc://localhost/BUSINESS"; $dsn = "odbc://administrator@localhost/BUSINESS"; $dsn = "odbc://user@localhost/BUSINESS"; $dsn = "odbc://userassword@localhost/BUSINESS"; Any hints from you are very welcome, regards, bjoon 

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux