Documentation states that you must perform large object calls within a
transaction. Do I need to do a commit when I have written the large object
or does the close() on the object commit the object to the database. The
reason I ask, is that I want to commit the object to the database
independently of updating tables which will contain the objects oid.
Chris White