> 
> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to