UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULConnection class
PrepareStatement(
sqlStatement As String, _
persistent_name As String _
) As ULPreparedStatement
Member of UltraLiteAFLib.ULConnection
Prepares a SQL statement for execution.
sqlStatement The SQL statement to prepare.
persistent_name For Palm applications, the persistent name of the statement.
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.