你和FredLiu (党魁) 是同一个人???
今天问asp的怎么这么多???
如果你写的没有问题的话.
这个语句在asp和oracle中都能执行!!!

解决方案 »

  1.   

    we are different person, but we are dealing with the same problem in doing our assignment.sorry, it can really run in oracle only.......>.<Thank you very much !!!
    We are still finding what the problem is .....
    Thank for you help X10000 times.......and also, how can we give you s? we are newbie in this forum....thx
      

  2.   

    sql = "Select room.rtype from room,cusorder where (room.roomno<>cusorder.roomno and cusorder.arrDate=to_date('12-12-2002','dd-mm-yyyy'))"
    set rs=server.CreateObject("adodb.recordset")
    rs.open sql,cn,3,2    '这里cn是连接
    我都用了很多次了;可以的
    给分点"管理"
      

  3.   

    what are the meaning of 3,2 ?
    Thanks.....
      

  4.   

    ADODB.Recordset error '800a0bb9' The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. it shows in testing the asp.
      

  5.   

    记录集光标类型和锁类型
    to_date('12/12/2002','dd/mm/yyyy')呢?
      

  6.   

    still can't fix the problem.....the oracle can show me the records....
    however, the asp return empty table to me.....what happened?thx ...
      

  7.   

    是吗?
    你怎么确定在asp中是空表的?说来听听?
      

  8.   

    I use
    if rs.eof then
       response.write "false"
    else
       response.write "true"
    end ifto check.....it always shows false in the screen.what happened??
      

  9.   

    是很奇怪,同样的语句在oracle有记录?
    只有一种可能,两个语句不一样,不然,不会有不同结果!
    我没有遇到过!
      

  10.   

    It's really so strange....
    the sentence i run in oracle is just copy and paste from the asp file.....it really workts in oracle but NOT ASP.anyway, thank you very much.....