摘要:
1.新增一个函数 function TForm1.DelDirAll(aDir: string): Boolean;varvSearch: TSearchRec;vRet: integer;vKey: string;begin if aDir[Length(aDir)] <> '\' then aD 阅读全文
摘要:
1.要使用这个功能需要先开启Sql Server 通讯配置-- sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures', 1; GO RECONFIGUR 阅读全文