Database[SQLite]
Prepare
prepare an SQL statement
Calling Sequence
Parameters
Description
Examples
Compatibility
Prepare( connection, sql )
connection
-
database connection obtained using the Open command
sql
string; SQL statement
The Prepare command prepares an SQL statement for execution.
Select data from table - prepare statement
Fetch all rows
The Database[SQLite][Prepare] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Database[SQLite][Bind]
Database[SQLite][FetchAll]
Database[SQLite][Finalize]
Database[SQLite][Step]
Download Help Document