TAstaClientDataSet.SendStringAsBlobToServer
Applies to
TAstaClientDataSet
Declaration
procedure
SendStringAsBlobToServer(ATableName, FieldName, WhereString,
S: string);
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 stream to the server see SendBlobToServer.