TAstaClientDataSet.SendSQLStringTransaction
Applies to
TAstaClientDataSet
Declaration
function
SendSQLStringTransaction(TransactionName: string;
L:Array of String): string;
Description
This sends a const array of Strings of SQL to the server and executes them in a transaction using
the AstaServerSocket.OnTransactionStart
call. An exception is raised if not successful and the string returned
contains the exception message.