No problems, typo of mine.
What do you suggest, if i want to get all database connection objects
listed. Would it be a good solution to collect them to dictionary
like:
POOL = {'web2py_test': db, 'web2py_test2': db2,...}
and using that dictionary on controllers?
-Marko
On Nov 29, 9:55 pm, mmstud <[EMAIL PROTECTED]> wrote:
> Im trying to get this working:
>
> db=SQLDB('mysql://[EMAIL PROTECTED]/web2py_test')
> db2=SQLDB('mysql://[EMAIL PROTECTED]/web2py_test2')
>
> then i defined tables db... and db2... but found, that all tables were
> created under one database, the first one (web2py_test). So how this
> should work?
>
> Thanks,
> -Marko
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---