I think that work-around may work for me. Since I can declare a different
environment variable for the PHP script, with a new alias, that should work
fine. Thanks for the suggestion.
- Bruce
Andrew Hill wrote:
> Bruce,
>
> It looks like you were on the right track initially, the problem is t
Bruce,
It looks like you were on the right track initially, the problem is that PHP
has a major bug - odbc_setoption is coded specific to ODBC statement handle
(connection id), which means that trying to use odbc_setoption the way you
want attempts to set a SQLSetConnectOption AFTER the connectio