TAstaClientDataSet.SendSQLTransaction


 

Applies to
TAstaClientDataSet

 

Declaration
function SendSQLTransaction(TransactionName: string;
  List: TStrings):
string;

 

Description
This sends a TStrings list 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.

 



ASTA Overview TAstaClientDataSet.SendDataSetTransactions TAstaClientDataSet.SendStringAsBlobToServer