http://www.cnblogs.com/samcn/articles/1275072.html 看看这篇文章或许对你有帮助。
我是指上传附件,包括word等,数据库定义为image,在VS中,应定义为什么类型?新手上路,求解答
@子龙大大:
binary 和 varbinary报错了,你把错误上传上来看看,顺便把你写的代码也上传让大家看看。
@aehyok: 就是因为定义为binary出错的
public T_Service(
System.Int32? aID ,
System.Int32? aCustomerID,
string aServiceInfo,
string aType,
System.DateTime? aApplyTime ,
string aState ,
System.DateTime? aFinishTime ,
Binary aAffix
)
@aehyok: 找到解决方法了,我直接把数据库表定义为varbinary,存储二进制数据就好了。。。不过还是谢谢你!