Table of Contents
VDatabaseInfo Class
Description
You will only need to use this class in developing the server portion of a Server application.
This class allows to get information about a database under Valentina Server using the API. The same task can be done with the help of the SQL command SHOW DATABASES and GET PROPERTIES OF DATABASE.
You can obtain instance of this class using VServer.DatabaseInfo() method.