Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
cmd.CommandText = "select * from {库存表} where 货主名称 = ‘AA’"
Dim dt As DataTable = cmd.ExecuteReader()
If dt.DataRows.count < 1 Then
如果字段货主名称为text字段类型时,执行上面代码时会出错。如果字段改成字符型就正常。
这个有办法解决吗?非要把字段text改成字符型才可吗
这个我也不懂啊。
大哥,ntext备注型字段一但使用,系统就会分配2K的存储空间(上一次论坛狐友发的资料上看到的),