sp_sql_blob_updatetext_binary

sp_sql_blob_updatetext_binary

This general usage procedure updates BLOB with a binary value (i.e. @binary_variable).

sp_sql_blob_updatetext_binary

 

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

varbinary(8000)

Data by which to update.

 


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