sp_sql_blob_updatetext

sp_sql_blob_updatetext

This general usage procedure updates BLOB with any literal value (i.e. 0x1100).

sp_sql_blob_updatetext

 

Parameters

Value

Description

Notes

@aSpec

t_blob_ref

The BLOB to change.

 

@aStartPos

int

Specifies the position (offset) to which the data will be placed.

 

@aDelCount

int

Specifies the number of elements started @aStartPos that will be deleted. Use 0 if you want to insert some data.

 

@aDataStr

t_string

Data by which to update.

 


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.