>>> [EMAIL PROTECTED] 12/22/04 10:41 PM >>> >Now this case....it's also a bad design idea.
>From your perspective, it may be (and I agree with you in this case). But it may just be that we just do not understand the context that it is framed within. It may be the best possible solution. If the cost to allow it is low, I think we should do it...whether we understand why or not. BTW: The ThreadUserDataSource class now wraps any driver (using proxool) to allow this. DataSource.getConnection(user, password) will connect using the user/password passed in. DataSource.getConnection() will look at the ThreadUser to figure out the user/password to use. The cost to implement it was low, so I did. :-) Larry

