Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SQL Server 2012 中,我需要从数据库中插入和查询图标。我应该使用什么类型的色谱柱?一般二进制或图像类型特定?
有人可以给我举个例子(c#)吗?
谢谢。
图像类型已弃用,应使用 varbinary(max)。 参考 文献 2
为了发布一个例子,我们必须知道您正在使用哪种“语言”访问数据库。