UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
Class JdbcDatabase
void grant( String user, String password )
Grants a user name and password permission to connect to an UltraLite database. To take effect, this method requires that user authentication has been enabled with JdbcSupport.enableUserAuthentication.
user A string that must be entered as a user name when connecting.
password A string that must be entered as a password when connecting.
void.
java.sql.SQLException