TAstaClientDataSet.SendStringListToServer
Applies to
TAstaClientDataSet
Declaration
procedure SendStringListToServer(ATableName, FieldName,
WhereString: string; S: TStrings);
Description
This sends a TStrings 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 stream to the server see SendBlobToServer.
To send a string to the server as a blob see
SendBlobAsStringToServer.