User Tools

Site Tools


prop_hstmt.htm
Navigation:  SQL Driver Properties(General) >====== PROP:hstmt ====== Previous pageReturn to chapter overviewNext page

PROP:hstmt returns the current hstmt used by the SQL driver. Thus ?MyFile{PROP:hstmt} may be used for ODBC API calls requiring hstmt. For example, the SQLDescribeCol function:

Myfile{PROP:SQL} = 'Select * from ATable'

rc# = SQLDescribeCol(Myfile{PROP:hstmt},Num,Name,Max,NameL,Type,Def,Scale,Null)

(NOTE: Not valid for ORACLE Accelerator)

prop_hstmt.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1