TAstaClientDataSet.SendBlobToServer


 

Applies to
TAstaClientDataSet

 

Declaration
procedure SendBlobToServer(ATableName, FieldName, WhereString: string;
  TMS: TMemoryStream);

 

Description
This sends a blob to an ASTA server and executes an
update statement on the server. A more simpler approach would be to just create a TAstaClientDataSet and set the SQLOptions to soFetchBlobs and/or soFetchMemos, set the EditMode property and just use normal VCL methods to populate the dataset. To send a string to the server as a blob see SendBlobAsStringToServer.



ASTA Overview TAstaClientDataSet.SaveSuitCaseData TAstaClientDataSet.SendDataSetTransactions