Deploying and Managing Apama Applications > Using the Apama Database Connector > The ADBCHelper Application Programming Interface > Issuing SQL commands
Issuing SQL commands
The following actions execute SQL commands and expect no responses.

action doSQLCmd( string queryString )
action doSQLCmdAck(
string queryString,
integer ackNum,
boolean onError )
action doSQLCmdOnError( string queryString )
The doSQLCmdOnError action executes only if a previous non- *OnError operation failed. This is useful for doing, for example, a select * from table command and then, if an error occurs, execute a create table ... command.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.