RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
LicenseColumns Class

Column names for result table returned from DB_ADMIN.GET_LICENSE and DB_ADMIN.GET_ALL_LICENSES.

Pascal
LicenseColumns = class;
C++
class LicenseColumns;

LicenseColumns.cs

LicenseColumns contains column names for result table returned from DB_ADMIN.GET_LICENSE and DB_ADMIN.GET_ALL_LICENSES 

The columns of the result table are:

Property Names 
Description 
USER_LIMIT  
Maximum number of database users allowed across all databases.  
FILE_SIZE_LIMIT  
Maximum database file size in megabytes. Once this size is exceeded, the database can be read, but no longer allows any write operations.  
DESKTOP  
If this is true, applications can only connect to databases on the local desktop computer. If a remote connection is being used, that connection can only connect to the localhost host.  
DEPLOYMENT_LIMIT  
Maximum times a database application can be deployed.  
EXPIRED  
Location of the license file used for this deployment.  
SERIAL_NUMBER  
Serial number.  
PRODUCT_ID  
Product ID.  
SKU_ID  
SKU ID.  
FILE_NAME  
Location of the license file used for this deployment.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!