Upload to database from a table
To update one entry into the database from the browser is straight-forward. I have not worked out how to enter multiple transaction yet. My stop gap solution is to enter such data; in this case issuing items from a store, from Paradox directly into the database (Postgres). It is probably pushing the boundary of Zope, however it would help if a searchable list of the store items are presented and the issue quantity can be inserted along side of the item. My Paradox input displays the item and its category with it sorted by category and subsorted by item. Any ideas out there thanks Max
--On 1. Oktober 2007 05:52:07 +1200 Inspire <maxw@inspire.net.nz> wrote:
To update one entry into the database from the browser is straight-forward.
Huh? You can of course as much SQL statements within one Zodb request as you like. Why should this be limited to only one update??
I have not worked out how to enter multiple transaction yet.
There is usually no need to deal with transactions on your own. Most database adapters abort/commit together with a ZODB abort/commit. The transactional integrity is given.
It is probably pushing the boundary of Zope,
Unlikely your pushing the boundary...obviously you need a deeper understanding of Zope....at least your posting does not contain much valuable informations about what you are really trying to achieve and how you are trying it to achieve...another try...explain what you're trying to do and how. -aj
participants (2)
-
Andreas Jung -
Inspire