06 2018 档案
摘要:--modi by lmt declare @errorSum int --记录错误数 begin Create table #CheckreqAccState(CheckReqID varchar(20), ADVID varchar(20), DocAdvStatus int, AccState
阅读全文
摘要:通过测试.exe程序调用dll外部方法,通过dll调用主程序.exe方法实现。 Showmessage('进入方法?这里是dll里LoginElecReq'); try ShellExecute(Application.Handle, 'Open','prjGhMzPrePayPrint60.exe
阅读全文
摘要: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)
阅读全文
摘要:在interface uses 添加TForms;
阅读全文
摘要:根据生日日期,获取当前年龄、年龄单位。 Select Case when DateDiff(Year, BirthDate, GetDate()) > 0 then DateDiff(Year, BirthDate, GetDate()) when DateDiff(Month, BirthDate
阅读全文
浙公网安备 33010602011771号