Click or drag to resize

AdsSQLServer Properties

X#

The AdsSQLServer type exposes the following members.

Properties
  NameDescription
Public propertyAlias
A string representing the alias of the work area.
(Inherited from DbServer.)
Public propertyAliasSym
A symbol representing the alias of a DBServer object.
(Inherited from DbServer.)
Public propertyCode exampleBoF
A logical value indicating whether the server is positioned at the beginning of the file, on the first record.
(Inherited from DbServer.)
Public propertyClients
**Missing documentation **
(Inherited from DataServer.)
Public propertyCode exampleConcurrencyControl
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.)
Public propertyCode exampleDBStruct
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.)
Public propertyDbStructure
Return the original dbstructure array from the DbServer object.
(Inherited from DbServer.)
Public propertyCode exampleDeleted
A logical value indicating whether the current record is marked as deleted.
(Inherited from DbServer.)
Public propertyDriver
A string representing the name of the database driver in use with this server.
(Inherited from DbServer.)
Public propertyCode exampleEoF
A logical value indicating whether the server is positioned at the end of the file, on the last record
(Inherited from DbServer.)
Public propertyCode exampleErrInfo
An Error object identifying the error condition after the last operation.
(Inherited from DbServer.)
Public propertyErrorInfo
Returns the internal ErrorInfo object, regardless of the last operation produced an error or not.
(Inherited from DbServer.)
Public propertyCode exampleFCount
The number of fields in the server.
(Inherited from DbServer.)
Public propertyFieldDesc
This returns an empty array. For servers that were painted in the DbServer editor this returns the array of DataFields.
(Inherited from DbServer.)
Public propertyCode exampleFileSpec
The FileSpec object that defines the path and file name of the DBF file.
(Inherited from DbServer.)
Public propertyCode exampleFilter
A string representing the current active filter.
(Inherited from DbServer.)
Public propertyCode exampleForBlock
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.)
Public propertyCode exampleFound
A logical value indicating whether the previous search operation succeeded.
(Inherited from DbServer.)
Public propertyCode exampleHeader
A numeric value representing the length of the database file header.
(Inherited from DbServer.)
Public propertyHLStatus
**Missing documentation **
(Inherited from DataServer.)
Public propertyCode exampleHyperLabel
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
(Inherited from DataServer.)
Public propertyIndexExt
A string representing the default index extension based on the database driver currently linked (for example, ".NTX" for the DBFNTX driver).
(Inherited from DbServer.)
Public propertyIndexList
This returns an empty array. For servers that were painted in the DbServer editor this returns the array of Indexes.
(Inherited from DbServer.)
Public propertyCode exampleLastRec
The number of records in the current database file.
(Inherited from DbServer.)
Public propertyLupdate
The last modification date of the DBF file used in the server.
(Inherited from DbServer.)
Public propertyMemoExt
This returns the memo extension of the file (if any). For example DBT or FPT.
(Inherited from DbServer.)
Public propertyName
This returns the name of the DbServer.
(Inherited from DbServer.)
Public propertyNameSym
A symbol representing the name of this data server.
(Inherited from DataServer.)
Public propertyOleExt
This returns the OLE extension of the file (if any). For example DFL.
(Inherited from DbServer.)
Public propertyOrderBottomScope
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.)
Public propertyOrderKeyVal
The key value of the current record from the controlling order.
(Inherited from DbServer.)
Public propertyOrderTopScope
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.)
Public propertyPaintedStructure
This returns a DBSTRUCT array based on the DataFields and Fieldspecs that were painter in the server editor.
(Inherited from DbServer.)
Public propertyRddName
A string representing the name of the database driver in use with this server.
(Inherited from DbServer.)
Public propertyRdds
This returns the list of RDDs that were passed to the DbServer constructor.
(Inherited from DbServer.)
Public propertyCode exampleReadOnly
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.)
Public propertyCode exampleRecCount
The number of records in the current database file.
(Inherited from DbServer.)
Public propertyCode exampleRecNo
A numeric value representing the current record number, identifying the position of the record pointer.
(Inherited from DbServer.)
Public propertyCode exampleRecSize
A numeric value representing the record length of the server in bytes.
(Inherited from DbServer.)
Public propertyRelationChildren
The returns the array of children that were registered with SetRelation()
(Inherited from DbServer.)
Public propertyRetries
The setting that determines how often the DbServer object should retry operations that fail.
(Inherited from DbServer.)
Public propertyCode exampleRLockList
An array of record numbers that are currently locked.
(Inherited from DbServer.)
Public propertyCode exampleScope
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.)
Public propertySelectionWorkArea
The workarea number of the parent area when the dbserver is a child in a relation.
(Inherited from DbServer.)
Public propertyCode exampleShared
A logical value indicating whether the server is sharable or exclusive.
(Inherited from DbServer.)
Public propertyCode exampleStatus
A HyperLabel object identifying the status after the last operation. If
(Inherited from DbServer.)
Public propertyTableExt
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.)
Public propertyUsed
A logical value indicating whether the server is currently open
(Inherited from DbServer.)
Public propertyCode exampleWhileBlock
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.)
Public propertyWorkArea
A number representing the workarea of the server
(Inherited from DbServer.)
Top
See Also