May 25, 2009 at 7:20 am
I have created 1 table name staffidentity where i have passing fingerprint images.
i have converted imagebyte value to string value.but while executing its showing error.
i have written the following query.
set @sqlquery = 'Update StaffIdentities set ' + @FingerPrintNumber + '= '+ convert(nvarchar(4000),@FingerPrintImage) + ' where StaffId = ' + @StaffId
Anyone plz tell me how to convert imagebyte value to string.
it will be a gr8 help for me.
Advance thanks
May 25, 2009 at 7:49 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic722961-392-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply