Can someone help me to find the actual size of the binary data of a
column.
I can retrieve the binary data to a long string bind variable using
the SqlSetLongBindDatatype function but when i want to save the
retrieved data to a file i need to know the exact size of the long
string bind variable i have read before. I used the
SalStrGetBufferLength function but it seems not to work correctly
because the file i create differs the original file which i used to
save its binary data to database.
Any help ?