Posted by Jari Jokinen on 06/22/06 18:08
Filipe Tomita <filipe.tomita@gmail.com> wrote:
> [unixODBC][Driver Manager]Data source name not found
I suppose you have unixODBC installed and data source name configured
for Microsoft SQL Server? Next step is to tell PHP where it can find
your ODBC configuration file:
putenv('ODBCINI=/path/to/odbc.ini');
Also make sure that your web server has permission to read that file.
--
Jari
[Back to original message]
|