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

 ·一个关于javascript的问题,    »显示摘要«
    摘要: 请问各位大侠,小弟下面的程序错在哪,为什么页面上什么都没有显示,晕本来以为是简单得不能再简单的问题! <script language=javascript> function drawtext(){ document.write("sssss"); setinterval("drawtext()",1000); } &l......
 ·为什么有的.aspx页面无法用css    »显示摘要«
    摘要: 我在页面<head></head>标签里使用<link href="/styles/default.css" type="text/css" rel="stylesheet"> 然后使用<table class="lhd_table_normal" cellspacin......


在VB中对ACCESS2000高级筛选的问题,高手请进

在数据库db1中有三个字段:"Name","Sex","Age".     记录如下:  
              Name                 Sex                 Age  
          aaaaaa                 男                     22  
          bbbbbb                 女                     21  
          cccccc                 女                     30  
          dddddd                 女                     25  
          eeeeee                 男                     27  
          ffffff                 男                     23  
          gggggg                 男                     35  
   
  在年龄字段中筛选出Age>22和Age<30的记录,我是这样的:   "select*from   db1   where   Age>22   and   Age<30  
  如果要在"Name"字段筛选出等于"bbbbbb"和等于"ffffff"之间的记录,请问该如何写啊?    
 

NO.1   作者: jian_aa

"select   *   from   db1   where   name   in(bbbbbb,ffffff)"  
 

NO.2   作者: yezaoshu

name           sex           age             type  
  aaaa             n               18               0  
  ............................  
   
  "select*from   db1   where   Age>22   and   Age<30   and   type=0"  
   
   
 


 ·程序错在哪儿    »显示摘要«
    摘要: private sub command1_click() on error goto cc dim path as string path = label1.caption dim b, e, linedata as variant dim i as variant for linedata = 1 to 5000 if b = instr(linedata, chr(34), chr(9......
» 本期热门文章:

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