Acu4GL for DBMaker must be able to connect to a user account. You may either set up one general account for all users, or an account for each individual user. In order to set up an account, you must have SYSADM privileges.
DBMaker: Login
If you want to login to a specified database, you must have the database login name and privileges. The SQL command syntax to enroll a new user by configured login is:
GRANT CONNECT TO user_name password
user_name is the name you want to use to log in to the database.
For more details on login, see your site's system administrator and the DBMaker Database Administrator's Reference documentation.