setBlobField( )

Sets the AGDBBlob data in a field of an AGDBDet object.

Interface

AGDBBlob

IDL definition
nometadata void setBlobField(const String name,
  const data ,
  long length
);
ADO equivalent
None
JavaScript synopsis

Not applicable

C synopsis
void AVsetBlobField(
  AGDBSet* dbset,
  const PODSString name,
  const AGDBByte* data,
  PODSInt32 length
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The field name.

  • data   [in] The blob data.

  • length   [in] The length of the blob data.

Returns

None

See also

getBlobField( )