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

Re: odbc_pconnect()



> 
> What package do I need to load, or what configuration do I need to
edit 
> to get the odbc_pconnect() function to work?
> 

perhaps you have to load the odbc module in the /etc/php4/apache/php.ini

to do so, add to your php.ini file:

extension=<whatever the odbc module name is>.so

make shure that the module resides in whatever directory is specified by
the extension_dir directive.

davidc



Reply to: