开发者

Keeping bytes in the SQL Server database

开发者 https://www.devze.com 2023-03-01 12:47 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消