开发者

Save any kind of file to my database(in sql server 2008)

How can I save any kind of file for example AutoCAD file 开发者_运维百科to my database?

Can I solve this with FileStream with SQL Server 2008? And how?

Thanks.


Try the varbinary(MAX) type.

http://msdn.microsoft.com/en-us/library/ms188362.aspx

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜