n Mon, Apr 21, 2008 at 8:45 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote: > > > still the same.. it is querying only the db it connected to first.. > You'll need to do a: > del web.db.db
this works, great! thanks!!! my app is going to connect over a few dbs and do stuff over and over again... is this going to pool the db connections or create a new connection everytime? it is fine even if it creates a new connection, but will it close the old connection? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
