Odbc Im003 Error With Php 4.4.0

brown078

New Member
Hello All,
I am using PHP 4.4.0 to connect to a remote progress DB. I have the ODBC side working fine with a C program provided in the ODBC documentation. Although, when I try to connect with PHP (after configuring with custom odbc), I get the following error:

Warning: odbc_connect(): SQL error: Specified driver could not be loaded, SQL state IM003 in SQLConnect in /usr/local/apache2/htdocs/pinfo.php on line 10

I did see this error with the C program, but it was simply that the shared libraries werent found. After finding and linking the libs, all worked fine. Is there anyone whom has experience with this issue or can lead me in the right direction for a resolution?

Platiform info:

Linux ES 3.0 (Client) - Linux ES 2.1 (Progress DB Server)
PHP 4.4.0 configured with custom odbc = /usr/dlc



Thanks!
 
If you are not on at least 10.0B the following knowledgebase entry may apply - it sounds similar to your case.


KB P75463
Title: "ODBC access does not work on RedHat Linux Enterprise 3"

http://tinyurl.com/da95p

Progress Tech Support may be able to clarify the situation.

HTH
 
Back
Top