摘要: 错误 : 传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确”修改如下:SqlParameter[] parameters = { new SqlParameter("@Contents", SqlDbType.VarChar) …… }修改为:SqlParameter[] parameters = { new SqlParameter("@Contents", SqlDbType.VarChar,-1) …… } 阅读全文
posted @ 2013-04-19 16:16 百里水上 阅读(443) 评论(0) 推荐(0)