H开发者_StackOverflow社区ow can I keep a byte array in a SQL Server database?
I've tried putting it in a NVARCHAR
, but it keeps the bytes as a string while I need to keep them as integers.
Is there a "Byte" type I can use?
varbinary
H开发者_StackOverflow社区ow can I keep a byte array in a SQL Server database?
I've tried putting it in a NVARCHAR
, but it keeps the bytes as a string while I need to keep them as integers.
Is there a "Byte" type I can use?
varbinary
上一篇:龙凤呈祥香烟多少钱一包???
精彩评论