首页 > 数据库技术 > 详细

FoxPro 打开文件及使用SQL查询

时间:2015-09-04 12:35:32      阅读:338      评论:0      收藏:0      [点我收藏+]

set exclusive off

OPEN DATABASE t:\tpswin\comp1\time.dbc SHARED

select empl_no,date,in, bout, bin, out, wkghrs, ot15, ot20 from attend where attend.date>={^2009-08-01 0:0:0} and attend.date=<{^2010-02-01 23:59:0} and empl_no=‘30011127‘ and NOT DELETED()


COPY TO "c:\documents and settings\liaobin\桌面\廖萍英.xls" TYPE XL5

FoxPro 打开文件及使用SQL查询

原文:http://www.cnblogs.com/lbnnbs/p/4781532.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!