Classes extended from DlSqlServerRecordset:DlRecordset | --DlSqlServerRecordset
*****************************************************************************
Datalib
$mBof
=
$mColumnCount
=
$mColumnNames
=
$mCurrentRow
=
$mDataset
=
$mDbCon
=
$mDbConnection
=
$mDbName
=
$mEof
=
$mErrMsg
=
$mIsAdding
=
$mIsUpdating
=
$mMode
=
$mResultArray
=
$mResultSet
=
$mRowCount
=
$mSql
=
$mTableName
=
boolean Close()
boolean GetRowCount()
void LoadData()
boolean Open()
constructor DlRecordset()
Bof()
Eof()
FetchArray()
GetCurrentRow()
GetError()
GetRowCount()
GetTableName()
IsEmpty()
MoveFirst()
MoveLast()
MoveNext()
MovePrevious()
NewRecordset()
Value()
Frees memory associated with the recordset Closes the recordset and frees associated memory
Overrides: DlRecordset::GetRowCount()
Gets the number of rows in the current result set Gets the number of rows in the current result set
Load an array used internally for adding and updating Used internally to track changed/new rows in the dataset
Executes the query Executes the SQL query and loads the data into a dataset/table