sp_sql_blob_updatetext_string

sp_sql_blob_updatetext_string

This general usage procedure updates BLOB with any string value (i.e. ‘A value’).

sp_sql_blob_updatetext_string

 

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 starting at @aStartPos that will be deleted. Use 0 if you want to insert some data.

 

@aData

t_string

Data by which to update.

 


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