Igor Sereda <[EMAIL PROTECTED]> wrote:
Suppose we need to read two tables in an isolated way, so no db
change is visible to the connection between first and second readout.
As far as I see, there's no such SQL or API for that at the moment.

Just do both SELECT's within a single transaction. See BEGIN, COMMIT

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to