The DAO has the normal PB Api calls in it. The major reason to tunnel db access through a DAO is control of these accesses (which is why for some apps you might even want to store it in the app session, not the user session). For DAOs you also want to have the db access as short as possible (transactions as small as possible).
Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
