Navigation:  DAO Object Classes > DaoConnection Class >

DaoConnection:Execute() Method

Previous pageReturn to chapter overviewNext page

Purpose

Execute an SQL statement

 

Parameters

cQueryA string that is an SQL statement.
lOptions(Optional) A constant or combination of constants that determines the data integrity characteristics of the query

 

Returns

NIL

 

Settings

 

ConstantDescription

 

DbRunAsyncExecutes the query asynchronously
DbExecDirectExecutes the statement without first calling SQLPrepare ODBC API function

 

Class

DaoConnection

 

Example

Connection sample