UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULConnection class
PrepareStatement( sqlStatement As String ) As ULPreparedStatement
Member of UltraliteActiveX.ULConnection
Prepares a SQL statement for execution.
sqlStatement The SQL statement to prepare.
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.