DBA > Job Interview Questions > DERBY Java Database FAQs

How to Provide a User Name and Password ?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to Provide a User Name and Password ?

When user authentication is enabled, an application must provide a user name and password. One way to do this is to use connection URL attributes

jdbc:derby:sample;user=jill;password=toFetchAPail

(Continued on next question...)

Other Job Interview Questions