Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:日期列的大小比较

1楼
newsun2k 发表于:2024/11/7 11:19:00
想实现下面的功能:
dr1 = datatables("表1").sqlfind("a =1")
dr2 = datatables("表2").sqlfind("a =1")
if dr1("日期") > dr2("日期") then dr1(“日期”) = dr2(“日期”)      
‘dr1和dr2的日期都有可能是空值,比较的时候会出错。何解?

2楼
有点蓝 发表于:2024/11/7 11:26:00
if dr1 isnot nothing andalso dr2 isnot nothing
    if dr1("日期") > dr2("日期") then dr1(“日期”) = dr2(“日期”)      


共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .00781 s, 2 queries.