Hi to all,
Is there any posibility of doing transaction on more than one page.
I mean i want to begin transaction in one page and it will commit the tranaction after three pages, between i am doing so many DML operations....
i had written one include page and defined Connection variable, same connection i am using in all the pages, but it is working with only one page, if it is over the pages only last DML operations written in final page are commited, i changed default mode of OCIEXcute also
ociexecute($stmt,oci_default);
My database ORACLE 8.1.7
Thanks in Advance
Anand
Is there any posibility of doing transaction on more than one page.
I mean i want to begin transaction in one page and it will commit the tranaction after three pages, between i am doing so many DML operations....
i had written one include page and defined Connection variable, same connection i am using in all the pages, but it is working with only one page, if it is over the pages only last DML operations written in final page are commited, i changed default mode of OCIEXcute also
ociexecute($stmt,oci_default);
My database ORACLE 8.1.7
Thanks in Advance
Anand