Jump to content

can I commit once after multiple forms send?


joymis

Recommended Posts

Hello,

My web db is oracle, and in my a same page have A form, B form, C form,

I used three times ajax send ABC forms to do insert data to db

after three times insert data to db, can I commit only one time?

thanks.

Edited by joymis
Link to comment
Share on other sites

8 hours ago, justsomeguy said:

You would send the data for the first two and just save the data in the session instead of inserting or updating the database, and on the third request you get the rest of the data from the session and insert everything.

Thanks for your reply. I will try this method.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...