SFTP Object
 
Syntax
 
SFTP.LastBinaryResult As Variant  (read-only)
 
Description
The binary data returned by the last (binary data returning) method called. Only available if Chilkat.Global.KeepBinaryResult is set to 1. This provides a means for obtaining large varbinary results in the SQL Server environment (where limitations exist in getting large amounts of data returned by method calls, but where temp tables can be used for binary properties).
 
See Also