Forum OpenACS Q&A: Re: ad_form and getting around postgres

Collapse
Posted by Eduardo Pérez on
I also use this trick in one of my packages to insert data in the database because of Postgres' 16 argument limit.

What would be the way to make both the insert and update transactional so I can't lose the update if some problem between happens?