Class: cSQLConnection
*****************************************************************************
*** Class : cSQLConnection ***
*** Purpose: Connection object for embedded SQL ***
*** ***
*** Description: ***
*** This provides the ability to create a connection for a driver. ***
*** It will contain child statement objects ***
*****************************************************************************
Class Hierarchy:
ARRAY

cSQLConnectionClass Definition
Properties
Integer
phCLIHandle
Integer
piBindFile
String
psDriverID
Functions and Procedures

Construct_object(Integer Image)
Integer
CreateHandle()
***
*** Function: CreateHandle
*** Purpose : Creates a child statement handle
***

FreeHandle()
***
*** Procedure: FreeHandle
*** Purpose : Destroys handle object and all child statement objects
***
Integer
SQLConnect(string sDrvrID String sConnect)
***
*** Function: SQLConnect
*** Purpose : Make a connectin to an embedded SQL server
*** Returns : The DataFlex handle to the connection
***

SQLDisconnect()
***
*** Procedure: SQLDisconnect
*** Purpose : Disconnect from an embedded SQL server and free allocated
*** resources
***
Integer
SQLFileConnect(Integer iFileNum)
***
*** Function: SQLFileConnect
*** Purpose : Use a connection of an already open file
***
Integer
SQLOpen()
***
*** Function: SQLOpen
*** Prupose : Open a statement for use
***

StoreHandleInfo(Integer iCLIHandle String sDrvrId Integer iParentHandle)
***
*** Procedure: StoreHandleInfo
*** Purpose : Store basic information about the statement handle.
***
Instances
Break_Array | Report.pkg | 222 |
Button_Ids | Dfclient.pkg | 498 |
ColCkBox | Dfsellst.pkg | 129 |
EV | Dfdtcent.pkg | 41 |
EV | Dfenrad.pkg | 93 |
Export_Array | Dd_cddeo.pkg | 42 |
item$group | dep_item.pkg | 85 |
item_group_ids | dep_item.pkg | 67 |
oArgs | cCommandLine.pkg | 22 |
oColParams | Dfdata.pkg | 70 |
oDFColorArray | Df_print.pkg | 982 |
oDiagramArray | Df_print.pkg | 1061 |
oEntryValues | Dd_pklst.pkg | 52 |
oRecords | Datalist.pkg | 178 |
Radio_Objects | Dfrad_mx.pkg | 45 |
RptTotal | Dfwinrpt.pkg | 61 |
Seq_Channel_List | seq_chnl.pkg | 57 |
Statushelp_Array | Windows.pkg | 3030 |
Statushelp_Array | Sthlp_mx.pkg | 11 |
Statushelp_Array | Datadict.pkg | 1184 |
System_File_obj | Datadict.pkg | 1193 |
WinQLErrors | CrystalReport.pkg | 962 |
References (1):