• λ我爱Aspx >> Asp.Net >> 请问变量yxs1和yxs2在取出数据表中是数字则就正确,如表中值是字符则报错未定义,请问是怎么办啊?谢谢
  • 请问变量yxs1和yxs2在取出数据表中是数字则就正确,如表中值是字符则报错未定义,请问是怎么办啊?谢谢

  • :aspxer  Դ:csdn  :2007-7-6 2:49:50  ؼ:数据
  • 请问变量yxs1和yxs2在取出数据表中是数字则就正确,如表中值是字符则报错未定义,请问是怎么办啊?谢谢

    google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";

    如表中值是“张三”,则报错 “张三”未定义

    response.write "<tr bgcolor="&bgclr&" style="cursor:hand;" onmouseover=this.style.backgroundColor="lightblue" onmouseout=this.style.backgroundColor="" onclick="doit(" & rs("yxid") & "" &_

    " ," & rs("yxliushuihao") & ")">"

    function doit(yxs1,yxs2)

    {

    document.form2.textfield2.value = yxs1;

    document.form2.textfield3.value = yxs2;

    }

    }

    第2楼. 由 yilun96211 于 2007-6-27 20:30:26 发表

    response.write "<tr bgcolor="&bgclr&" style="cursor:hand;" onmouseover=this.style.backgroundColor="lightblue" onmouseout=this.style.backgroundColor="" onclick="doit(" & rs("yxid") & "" &_

    " ," & rs("yxliushuihao") & ")">"

    Ҷƪл˵?
  • һƪ请大家给个跨库查询的语句
    һƪC#remoting中遇到的问题,急求解