AdoParameter:AppendChunk()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoParameter Class >

AdoParameter:AppendChunk()

Previous pageReturn to chapter overviewNext page

Purpose

Write long binary data into a parameter

 

Prototype

METHOD AppendChunk ( uVal AS USUAL )  AS VOID PASCAL CLASS AdoParameter

 

Argument(s)

uData        The data to append to the parameter

 

 

Description

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.

 

See Also

AdoParameter