当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: openurl("http://xxx.xxx.xxx/user?user=sunshine&message=中文测试") 服务器发送的消息都是“.....” 而我在ie的地址栏中“http://xxx.xxx.xxx/user?user=sunshine&message=中文测试”服务器却可以发送的消息“中文测试”。 请指点一下,谢谢 ......
    摘要: 我要在鼠标移动时实现一些功能,但是当鼠标移到窗口边界时,就不再移动了,如何让继续像正常情况下处理鼠标移动消息呢?我用setcursorpos()得到的效果并不好。盼指教! ......


sql语句看看

Set   datZhuhuB   =   dbsContent.OpenRecordset("select   *   from   住户表,房屋表,收费表   where   住户表.房间代号=房屋表.房间代号   and   住户表.房间代号=收费表.房间代号   and   收费表.收费否=0   and   收费表.收费月份<>"   &   Format(Curreydate,   "yyyy年mm月")   &   "   and   楼宇代号="   &   louyu_id   &   "   and   单元id="   &   Owner_Id)  
   
   
   
   
  为什么报错啊!谢谢  
 

NO.1   作者: IwantFlay

首先不知道你用到的字段中有没是char型的,  
  如果是字符型的要   "where   字段名="   &   变量   &   ""

NO.2   作者: Cooly

"收费月份"是什么类型的?  
  如果是Datetime  
  Set   datZhuhuB   =   dbsContent.OpenRecordset("select   *   from   住户表,房屋表,收费表   where   住户表.房间代号=房屋表.房间代号   and   住户表.房间代号=收费表.房间代号   and   收费表.收费否=0   and   收费表.收费月份<>#"   &   Format(Curreydate,   "yyyy年mm月")   &   "#   and   楼宇代号="   &   louyu_id   &   "   and   单元id="   &   Owner_Id)

NO.3   作者: wangluonanhai

我砍。。。  
  你把where后的所有条件都去掉,先加第一个条件,运行,如果ok那么再加第二个条件...你就会发现是哪里错误了。。。

NO.4   作者: BrightFire

因该这样写  
  Set   datZhuhuB   =   dbsContent.OpenRecordset("select   *   from   住户表,房屋表,收费表   where   住户表.房间代号=房屋表.房间代号   and   住户表.房间代号=收费表.房间代号   and   收费表.收费否=0   and   收费表.收费月份<>"   &   Format(Curreydate,   "yyyy年mm月")   &   "   and   楼宇代号="   &   ""   &   louyu_id   &   ""   &   "   and   单元id="   &   Owner_Id   &   "")  
   
  由于是文本型的所以要用单引号扩起来


 ·哪里有html(css)方面的源代码下    »显示摘要«
    摘要: 哪里有html(css)方面的源代码下?? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE