NewBlob

PowerBuilder Native Interface

IPB_Session interface:

NewBlob method

Description

Syntax

NewBlob (const void* bin, pblong len)

Return Values

Examples

if (ci->pArgs->GetAt(i)->IsNull())
   pArguments[i].blob_val =
      Session->NewBlob("null", 4);
else
   pArguments[i].blob_val =
      ci->pArgs->GetAt(i)->GetBlob();

Usage

See Also