jon * wrote:
>
> > Yes, I know I could do things with connection pooling, but I want different
> > users logged in as their real user ids, not using a dummy user everyone
> > uses.
>
> Huh? that statement makes no sense.

Actually, it makes lots of sense. If you are using a database's own
security setup, allowing and denying table access by roles or users,
then connection pools won't work. You need a separate connection for
each user.

Whether that's a good idea or not is a separate question, but it's
quite common in IS environments to use database security so that
applications can't subvert the privileges the DBA assigns.

Rod McChesney, Korobra

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to