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

 

 ·调出另一个窗体怎么做    »显示摘要«
    摘要: 还有把窗体放进cache里是怎么做的?谢谢! ......
    摘要: 哪位大虾帮我完成以下的类定义!谢谢! #include<string.h> #include<iostream.h> class string{ char *str; public: int strlen()const; int strcmp(const string &)const; string &strcpy (const st......


求助一个查询的问题在线等待

inputdate为日期型,数据库里明明有满足条件的数据但就是查不到~~~  
  sql   =   "select   *   from   todaywork   where   nid="&id&"   and   inputdate="&request("mydate")

NO.1   作者: billyqiao

sql   =   "select   *   from   todaywork   where   nid="&id&"   and   inputdate="&request("mydate")有问题啊,如果是SQL数据库:sql   =   "select   *   from   todaywork   where   nid="&id&"   and   inputdate="   &   request("mydate")   &   ""  
  如果是ACCESS:sql   =   "select   *   from   todaywork   where   nid="&id&"   and   inputdate=#"   &   request("mydate")   &   "#"  
  还有,要检查你的nid字段,如果是字符型的,也要加号:nid="   &   id   &   "但如果是数字型就不必了,书写要规范,注意该使用空格的地方一定不要省


 ·linux下用什么软件来编译    »显示摘要«
    摘要: 我是初学者,问一下在linux9.0下用什么软件来编译c 原文件比较好?怎么安装使用?怎样编译内核? ......
» 本期热门文章:

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