Database

Top  Previous  Next

Returns a TDatabase object from the database array.

 

Syntax:

function Database(ItemIndex: Integer): TDatabase;

 

Parameters:

ItemIndex is the ordinal position of the database you want to retrieve from the databases array.  You can get the number of databases using the DatabaseCount method.

 

The return value is a TDatabase type.

 

Example:

 

scripting_tserver_database