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