|
But "stateful" DB interfaces require some way of pairing multiple
Thanks for the reply, Aaron. But the question isn't about the syntax of SQL
paging. It's about how you manage DB state in a multi-user environment.
A number of IBM i Node.js examples follow a pattern something like:
var db = require('/QOpenSys/QIBM/ProdData/Node/os400/db2i/lib/db2');
db.init(...);
db.conn(...);
db.exec(...);
db.close(...);
But "stateful" DB interfaces require some way of pairing multiple
concurrent users with persistent DB connections. Do you write your own
"connection" manager, or rely on a pre-built framework?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.