UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
The ULPreparedStatement represents a pre-compiled SQL statement ready for execution. You can use Prepared Statement to run a SQL query. You can also use the ULPreparedStatement to execute the same statement multiple times using numerous input parameters. Since the prepared statement is precompiled, any further additions beyond the first execution take very little extra processing. Use ULPreparedStatement and Dynamic SQL when you want relatively fast DML over multiple rows.
Properties
AppendByteChunk method
AppendStringChunk method
Close method
ExecuteQuery method
ExecuteStatement method
SetNullParameter method
SetParameter method