ExecuteSQL

<< Click to Display Table of Contents >>

Manual > Control Reference > Other > Direct query database(SQL) control > Method >

ExecuteSQL


 

Run SQL.

 


syntax

ExecuteSQL(

         sqlString

         )

 


Parameters

 

sqlString


Type:

character


SQL Command string.

 

Return Value



Type:

Boolean


FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 


reference