Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle in Visual Basic
Hi all of you.
I just created a dll that allows to connect to a database and returns an open connection to the calling application.
You just instantiate the object, then set up a property indicating which application is connecting, and then you call a method that returns the connection to a database depending on the application set up.
The question is: is possible that any of the developers may know what the database password is? They just use the dll to open connections, they don't have to know the passwords, but it's possible any way that they become aware of that?
I'm returning a oraDatabase object, but I don't know if is possible to obtain further information from there.
Thanks for your help and please sorry for my english. Received on Wed Oct 11 2006 - 17:08:47 CDT
![]() |
![]() |