> This would still run two seperate queries (requiring two round trips)
> against the database, correct?
That's correct. webpy doesn't do anything like that right now.
On Dec 5, 5:01 pm, pragmatic <[EMAIL PROTECTED]> wrote:
> This would still run two seperate queries (requiring two round trips)
> against the database, correct?
>
> On Dec 3, 11:39 pm, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote:
>
> > > For instance in ADO and ADO.NET you can execute multiple select
> > > statements and get back several recordsets. This usually helps
> > > performance quite a bit.
>
> > How about:
> > return [web.select('tableA'), web.select('tablB')]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---