06 2018 档案

摘要:--modi by lmt declare @errorSum int --记录错误数 begin Create table #CheckreqAccState(CheckReqID varchar(20), ADVID varchar(20), DocAdvStatus int, AccState 阅读全文
posted @ 2018-06-26 08:11 小美lmt 阅读(1285) 评论(0) 推荐(0)
摘要:通过测试.exe程序调用dll外部方法,通过dll调用主程序.exe方法实现。 Showmessage('进入方法?这里是dll里LoginElecReq'); try ShellExecute(Application.Handle, 'Open','prjGhMzPrePayPrint60.exe 阅读全文
posted @ 2018-06-15 11:10 小美lmt 阅读(328) 评论(0) 推荐(0)
摘要:select Convert(varchar(6), '20180614 20:19:04', 12) + SubString('0000' + Convert(varchar(6), 1 + 1), len('0000' + Convert(varchar(8), 1 + 1)) - 3, 4) 阅读全文
posted @ 2018-06-14 20:26 小美lmt 阅读(185) 评论(0) 推荐(0)
摘要:在interface uses 添加TForms; 阅读全文
posted @ 2018-06-13 09:10 小美lmt 阅读(466) 评论(0) 推荐(0)
摘要:根据生日日期,获取当前年龄、年龄单位。 Select Case when DateDiff(Year, BirthDate, GetDate()) > 0 then DateDiff(Year, BirthDate, GetDate()) when DateDiff(Month, BirthDate 阅读全文
posted @ 2018-06-13 00:30 小美lmt 阅读(1191) 评论(0) 推荐(0)