[PHP-DB] Re: sqlconnect garbage while connecting with db2

2003-06-17 Thread Robert Bedell
Ok, I put in the environment variables LIBPATH=/home/db2/sqllib/lib LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/db2/sqllib/lib VWSPATH=/home/db2/sqllib VWS_LOGGING=/home/db2/sqllib/logging VWS_TEMPLATES=/home/db2/sqllib/templates DB2INSTANCE=db2 (basically, I ran the ~db/sqllib/db2profile command

[PHP-DB] updateable cursors in db2 via odbc_exec call?

2003-06-17 Thread Robert Bedell
I've noticed that the odbc_exec call appears to call SELECT statements as updateable in db2. Is there then a way to update each row of the response (an updateable cursor)? Any thoughts would be appreciated. thanks Rob -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,