AdsSQLServer Properties (Typed) |
The AdsSQLServer type exposes the following members.
Name | Description | |
---|---|---|
Alias |
A string representing the alias of the work area.
(Inherited from DbServer.) | |
AliasSym |
A symbol representing the alias of a DBServer object.
(Inherited from DbServer.) | |
BoF |
A logical value indicating whether the server is positioned at the beginning of the file, on the first record.
(Inherited from DbServer.) | |
Clients | **Missing documentation ** (Inherited from DataServer.) | |
ConcurrencyControl |
A constant, identifying the mode of automatic concurrency control for this data server, determining when and how records are locked and released:
(Inherited from DbServer.) | |
DBStruct |
An array containing the structure of this data server, whose length (that is, number of elements) is equal to the number of fields in the server.
(Inherited from DbServer.) | |
DbStructure | Return the original dbstructure array from the DbServer object. (Inherited from DbServer.) | |
Deleted |
A logical value indicating whether the current record is marked as deleted.
(Inherited from DbServer.) | |
Driver |
A string representing the name of the database driver in use with this server.
(Inherited from DbServer.) | |
EoF |
A logical value indicating whether the server is positioned at the end of the file, on the last record
(Inherited from DbServer.) | |
ErrInfo |
An Error object identifying the error condition after the last operation.
(Inherited from DbServer.) | |
ErrorInfo | Returns the internal ErrorInfo object, regardless of the last operation produced an error or not. (Inherited from DbServer.) | |
FCount |
The number of fields in the server.
(Inherited from DbServer.) | |
FieldDesc | This returns an empty array. For servers that were painted in the DbServer editor this returns the array of DataFields. (Inherited from DbServer.) | |
FileSpec |
The FileSpec object that defines the path and file name of the DBF file.
(Inherited from DbServer.) | |
Filter |
A string representing the current active filter.
(Inherited from DbServer.) | |
ForBlock |
The "FOR block" component of the "general server scope," which affects several bulk processing methods if they are called with no explicit scope.
(Inherited from DbServer.) | |
Found |
A logical value indicating whether the previous search operation succeeded.
(Inherited from DbServer.) | |
Header |
A numeric value representing the length of the database file header.
(Inherited from DbServer.) | |
HLStatus | **Missing documentation ** (Inherited from DataServer.) | |
HyperLabel |
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
(Inherited from DataServer.) | |
IndexExt |
A string representing the default index extension based on the database driver currently linked (for example, ".NTX" for the DBFNTX driver).
(Inherited from DbServer.) | |
IndexList | This returns an empty array. For servers that were painted in the DbServer editor this returns the array of Indexes. (Inherited from DbServer.) | |
LastRec |
The number of records in the current database file.
(Inherited from DbServer.) | |
Lupdate |
The last modification date of the DBF file used in the server.
(Inherited from DbServer.) | |
MemoExt | This returns the memo extension of the file (if any). For example DBT or FPT. (Inherited from DbServer.) | |
Name | This returns the name of the DbServer. (Inherited from DbServer.) | |
NameSym |
A symbol representing the name of this data server.
(Inherited from DataServer.) | |
OleExt | This returns the OLE extension of the file (if any). For example DFL. (Inherited from DbServer.) | |
OrderBottomScope |
A key value representing the record of the bottom boundary in the range of key values that will be included in the controlling order's current scope.
(Inherited from DbServer.) | |
OrderKeyVal |
The key value of the current record from the controlling order.
(Inherited from DbServer.) | |
OrderTopScope |
A key value representing the record of the top boundary in the range of key values that will be included in the controlling order's current scope.
(Inherited from DbServer.) | |
PaintedStructure | This returns a DBSTRUCT array based on the DataFields and Fieldspecs that were painter in the server editor. (Inherited from DbServer.) | |
RddName |
A string representing the name of the database driver in use with this server.
(Inherited from DbServer.) | |
Rdds | This returns the list of RDDs that were passed to the DbServer constructor. (Inherited from DbServer.) | |
ReadOnly |
A logical value indicating whether the file was opened as a read-only file. This is determined by an instantiation parameter of the server.
(Inherited from DbServer.) | |
RecCount |
The number of records in the current database file.
(Inherited from DbServer.) | |
RecNo |
A numeric value representing the current record number, identifying the position of the record pointer.
(Inherited from DbServer.) | |
RecSize |
A numeric value representing the record length of the server in bytes.
(Inherited from DbServer.) | |
RelationChildren | The returns the array of children that were registered with SetRelation() (Inherited from DbServer.) | |
Retries | The setting that determines how often the DbServer object should retry operations that fail. (Inherited from DbServer.) | |
RLockList |
An array of record numbers that are currently locked.
(Inherited from DbServer.) | |
Scope |
The "scope" component of the "general server scope," which affects several bulk processing methods if they are called with no explicit scope. The initial value of the scope is NIL.
(Inherited from DbServer.) | |
SelectionWorkArea | The workarea number of the parent area when the dbserver is a child in a relation. (Inherited from DbServer.) | |
Shared |
A logical value indicating whether the server is sharable or exclusive.
(Inherited from DbServer.) | |
Status |
A HyperLabel object identifying the status after the last operation. If
(Inherited from DbServer.) | |
TableExt | Return the Extension for the opened DBF. This is normally .DBF but may be different if a file with a different extension was opened. (Inherited from DbServer.) | |
Used |
A logical value indicating whether the server is currently open
(Inherited from DbServer.) | |
WhileBlock |
The "WHILE block" component of the "general server scope," which affects several bulk processing methods if they are called with no explicit scope
(Inherited from DbServer.) | |
WorkArea |
A number representing the workarea of the server
(Inherited from DbServer.) |