» Home «
spacerspacerspacer
spacerspacerspacerspacer
spacerspacerspacer
» DumpTimer for MySQL «
spacer backup mysql and restore mysql dbs
» Remote DB Editor for MySQL «
spacer edit and backup mysql dbs
» ActiveSQLX for MySQL «
spacer embed remote MySQL access in your programs
» Download «
spacer Try software
spacer spacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacer
spacerspacerspacer
» Order software «
» Affiliate partner «
spacer spacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacer
spacerspacerspacer
» FAQ «
» Testkey «
spacer spacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacer
spacerspacerspacer
» Contact «
» Links «
spacer spacer
spacerspacerspacer
spacerspacerspacer
Backup MySQL
Mysql Backup
LibMyWitch: LibMyWitch Recordset Object Print version
»Object LibMyWitch«»LibMyWitch Events«»LibMyWitch Recordset Object«
»LibMyWitch Fields Object«»LibMyWitch Field Object«

 
  

LibMyWitch Recordset Object


AbsolutePosition property

property MyWitch_Recordset.AbsolutePosition As long

Returns or sets the position of a recordset

Type Description
long Returns or sets the position of a recordset

Returns or sets the position of a recordset's current record from 1 to RecordCount.


BOF property

property MyWitch_Recordset.BOF As boolean

Indicates whether or not a cursor is positioned at the first record in a dataset.

Type Description
boolean Cursor is positioned at the first record in a recordset

EOF property

property MyWitch_Recordset.EOF As boolean

Indicates whether or not a cursor is positioned at the last record in a dataset.

Type Description
boolean Cursor is positioned at the last record in a recordset

Fields property

property MyWitch_Recordset.Fields As MyWitch_Fields

Reference to MyWitch_Fields object.

Type Description
MyWitch_Fields Reference to the MyWitch_Fields object

GetRows method

method MyWitch_Recordset.GetRows(Optional bShowBlobs,Optional bShowHeader)

Returns complete dataset within a variant array

Type Description
bShowBlobs As Boolean Boolean value that determines if all BLOB - fields should also be returned or be represented by a *BLOB*-Text.
bShowHeader As Boolean Boolean value that determines if the header of the columns should also be returned
Return Description
variant Variant array containing the complete dataset of last SELECT query

MoveFirst method

method MyWitch_Recordset.MoveFirst()

Sets pointer to first recordset

Type Description

MoveLast method

method MyWitch_Recordset.MoveLast()

Sets pointer to last recordset

Type Description

MoveNext method

method MyWitch_Recordset.MoveNext()

Sets pointer to next recordset

Type Description

MovePrevious method

method MyWitch_Recordset.MovePrevious()

Sets pointer to previous recordset

Type Description

RecordCount property

property MyWitch_Recordset.RecordCount As long

Returns count of records

Type Description
long Indicates the total number of records associated with the dataset.

Returns the number of records in a row returning query (SELECT).

ValueByCol method

method MyWitch_Recordset.ValueByCol(Index) as string

Returns value of the column of current record

Type Description
Index As Integer Value that determines the column of the curent record
Return Description
string Return the value in the field of the current record

This method is faster then the use of the Fields object


ValueByName method

method MyWitch_Recordset.ValueByName(ColName,optional TableName) as string

Returns value of the column of current record

Type Description
Colname as string Value that determines the name of the column of the curent record
TableName As String Value that determines the table, if a query contain more then one table, which have the same columnname
Return Description
string Return the value in the field of the current record


»Object LibMyWitch«»LibMyWitch Events«»LibMyWitch Recordset Object«
»LibMyWitch Fields Object«»LibMyWitch Field Object«




from judgy last change: 04/09/2004


Copyright 2003/2004 - http://www.richtsoft.com - Dirk Richter (info(@)richtsoft.com)
Disclaimer