| 发表于:2007-05-01 11:30:40 楼主 |
标准表达式中数据类型不匹配。 说明: 执行当前 web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: system.data.oledb.oledbexception: 标准表达式中数据类型不匹配。 源错误: 行 29: oledbcommand cmd=new oledbcommand( "select articleid from product where articleid = ' "+request.querystring[ "articleid "].tostring ()+ " ' ",con); 行 30: con.open (); 行 31: oledbdatareader dr=cmd.EXECutereader (); 行 32: while(dr.read()) 行 33: { 急,,在线等呀,,, |
|
|
|
|