Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Database transactions

Questions related to using nuBuilder Forte.
Post Reply
slobodan
Posts: 25
Joined: Sat May 08, 2021 1:20 pm

Database transactions

Unread post by slobodan »

Developers are always ambitious, so they embark on the development of increasingly large projects. For this reason, they don't want to invest years of work on a platform that won't allow them to do that. I see an inconvenient limitation with nubuilder, since nuBuilder does not support transactions in the database. Does the development team plan to change something?
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Database transactions

Unread post by kev1n »

Correct, nuBuilder does not support transactions in the database. However, in my experience, even with hundreds of forms and users, I have not encountered any integrity issues in the past. If there is a necessity for transactions, we gladly accept any pull requests.
slobodan
Posts: 25
Joined: Sat May 08, 2021 1:20 pm

Re: Database transactions

Unread post by slobodan »

How acceptable is the strategy, which had a memory variable on the form, whose changes would then trigger a built-in procedure that would update several tables within the transaction?
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Database transactions

Unread post by kev1n »

Yes, this is certainly feasible if you execute a nuBuilder Procedure. However, the question is whether the update should be carried out every time a change is made.
Post Reply