You can use the CREATE USER, ALTER USER, and DROP USER statements to manage users in an UltraLite database.
You cannot use these SQL statements with UltraLite Java edition databases.
As an alternative to SQL statements, you can use the following UltraLite API methods in your application to grant or revoke user access to an UltraLite database:
Grant and revoke methods are not available in the UltraLiteJ API. For Android smartphones, construct a CREATE USER, ALTER USER, or DROP USER statement as a string variable and pass it to the Connection.prepareStatement method.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |