Class DlSybaseRecordset
DlRecordset
|
--DlSybaseRecordset
Classes extended from DlSybaseRecordset:
Location: Program_Root/sybase-recordset.php
*****************************************************************************
Class Variable Summary
Inherited Class Variable Summary
Method Summary
Inherited Method Summary
Variable Detail
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 all rows into array
Loads the entire result set 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