Hello,
When opening a database connection using this getConnection
signature:
Connection c=DriverManager.getConnection(<URL>,
<userid>,
<password>);
Does anyone know what IDB validates the userid and password
against? I am essentially trying to understand how IDB
uses these values. It seems to blindly accept any random
string values.
Thanks!
Bregitte
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|