在server sql中调试通过的sql语句为什么在asp中无法运行?
sql语句如下:
SELECT reportinfo.title AS title, username.username AS username
FROM reportindex, reportinfo, username
WHERE reportindex.readflag = 1 AND reportindex.root = 203161409 AND
reportindex.reportid = reportinfo.infoid AND reportindex.userid = username.id
在asp中的错误提示如下:
ADODB.Recordset 错误 '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.