Use SQL Central to create users for an UltraLite database.
As an alternative to SQL Central, you can use the following UltraLite API methods in your application to grant user access to an UltraLite database:
Grant methods are not available in the UltraLiteJ API. For Android devices, construct a CREATE USER statement as a string variable and pass it to the Connection.prepareStatement method.
The new user is created.