yes,

SQLDB is the connection object for relation databases

DAL is a function that returns such object.

In most of the cases they are interchangable but in you can do DAL
('gae') while you cannot do SQLDB('gae') because gae is not a
relational database.

Do not use SQLDB, use DAL instead.

Massimo

On Sep 7, 9:55 am, eddwinston <[email protected]> wrote:
> What is/are the difference(s) between DAL(...) and SQLDB(...)
>
> Winston
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to