Thanks for your replies.
I used to use php's ODBC extension to access DB2, but it only supports v2 of the ODBC spec,
and doesn't work well with DB2.
Im currently trying out another php extention ODBTP (
http://odbtp.sourceforge.net/) which supports v3 of the ODBC spec, but Im currently working with the developer to work out some
gliches (of which I cant seem to turn off autocommit).
I started this thread to see if I had a last resort to control autocommit behaviour (at will) via an SQL statement, like how mySQL does.