|
On 12/4/2015 11:34 AM, Rob wrote:
if ( $oDB = db2_pconnect( '', '', '', array( 'i5_naming' =>Very often, newcomers to our platform are surprised by journaling and
DB2_I5_NAMING_OFF ) ) )
commitment control. Rather, they are surprised at the lack thereof.
It is possible that iNavigator is set to COMMIT(*NONE), but I don't
see anything like that in the PHP connexion string, so the default
would be to perform table I/O under commitment control. If
MyLibrary.zTest is not journaled, then it is impossible to perform I/O
to it under commitment control.
The typical choices are:
1) Journal the table so COMMIT and ROLLBACK work as expected.
2) Tell PHP that you want to operate with no commitment control, so
INSERT ... WITH NC
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.