Class DlOdbcRecordset
DlRecordset
|
--DlOdbcRecordset
Classes extended from DlOdbcRecordset:
Location: Program_Root/odbc-recordset.php
*****************************************************************************
Class Variable Summary
Inherited Class Variable Summary
Method Summary
Inherited Method Summary
Variable Detail
- $mBMode =
1
- Data type:
integer
- Var:
$mBMode the binmode setting for the ODBC driver
$mChunk = 4096
Data type: integer
- Var:
$mChunk the longreadlen setting for the ODBC driver
Method Detail
- boolean Close()
Usage: Close ( )
Frees memory associated with the recordset
Closes the recordset and frees associated memory
Parameters
Info
- void LoadData()
Usage: LoadData ( )
Loads the data into an array
Loads the result data into an array
Parameters
Info
- boolean Open()
Usage: Open ( $sql )
Executes the query
Executes the SQL query and loads the data into a dataset/table
Parameters
- string $sql - the SQL query to execute
Info