You can check that your database is authenticated using the DB_PROPERTY function.
Prerequisites
There are no prerequisites for this task.
Context and remarks
When the database server loads an authenticated database, it displays a message in the Database server messages window describing the authenticated company and application. The message has the following form:
This database is licensed for use with: Application: application-name Company: company-name |
Connect to the database.
Execute the DB_PROPERTY function, as follows:
SELECT DB_PROPERTY ( 'Authenticated' ); |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |