Contents Index LastDownloadTime method ResetLastDownloadTime method

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULConnection class

PrepareStatement method


Prototype 

PrepareStatement( sqlStatement As String ) As ULPreparedStatement
Member of UltraliteActiveX.ULConnection

Description 

Prepares a SQL statement for execution.

Parameters 

sqlStatement    The SQL statement to prepare.

Returns 

Returns a ULPreparedStatement. If there was a problem preparing the statement, an error will be raised. The offset into the statement where the error occurred can be determined from the SQLErrorOffset property.


Contents Index LastDownloadTime method ResetLastDownloadTime method