delphi 将SQL的查询结果取出来
vsql:='selectcount(*)fromlmjzllfxwhereyear(ghsj)='+vstr+'andmonth(ghsj)='+sm+'';要将上面语...
vsql := ' select count(*) from lmjzllfx where year(ghsj)='+vstr+'and month(ghsj)='+sm+''; 要将上面语句的查询结果取出来,语句我给忘了,谁知到麻烦告诉一下=。=
int sl=cmd.Execute(vsql);这个是在C#中的写法,delphi要怎么写? 用ADO连接数据库 展开
int sl=cmd.Execute(vsql);这个是在C#中的写法,delphi要怎么写? 用ADO连接数据库 展开
展开全部
var
Countstr :string;
vsql:='select count(*) as allCount from imjzllfx where year(ghsj)='+vstr+' and moth(ghs)='+sm+';
.....
下面这句就是你想要的:
countStr:=adoquery.fieldbyname('allCount').asstring;
Countstr :string;
vsql:='select count(*) as allCount from imjzllfx where year(ghsj)='+vstr+' and moth(ghs)='+sm+';
.....
下面这句就是你想要的:
countStr:=adoquery.fieldbyname('allCount').asstring;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |