Details
-
Task
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
None
Description
It is currently not possible to call this command.
This limitation is due because we are calling the prepare and execute API but as written in the InterBase documentation:
http://www-it.hive.no/linux/ib/API.pdf
"You must call isc_dsql_execute_immediate() for CREATE DATABASE and
SET TRANSACTION; you cannot prepare and execute such statements by
calling isc_dsql_prepare() and isc_dsql_execute()."
It would be nice to add support for those.