很奇怪的错误
我只是写了一个很普通的select 语句
select a_id from testTable
在查询分析器中运行正常,但放到asp.net 使用后,出现错误
我没做特别代码:response.write(tempTable.rows.count.tostring());
错误如下:
server was unable to process request
转换varchar 值 “2222”时溢出 INT1列。请使用较大的整数列
可能是什么原因?
[解决办法]
tostring写错了
[解决办法]
INT 类型 超出范围了