<< Click to Display Table of Contents >> AdoParameter:AppendChunk() |
![]() ![]() ![]() |
Write long binary data into a parameter
METHOD AppendChunk ( uVal AS USUAL ) AS VOID PASCAL CLASS AdoParameter
uData The data to append to the parameter
The first AppendChunk call on a Parameter object writes data to the parameter, overwriting any existing data. Subsequent AppendChunk calls on a Parameter object add to existing parameter data. An AppendChunk call that passes a null value discards all of the parameter data.