Prepares a SQL statement for execution.
PrepareStatement(
sqlStatement As String, _
persistent_name As String _
) As ULPreparedStatement
Member of UltraLiteAFLib.ULConnection
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 is raised. You can determine the offset of the statement where the error occurred with the SQLErrorOffset property.