开发者

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

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

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

精彩评论

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