问题一:
在工程文件中写段代码,需要调用哪个单元文件?
if (length(datetimetostr(now))<>19) then
    begin
     Application.messagebox('日期或时间格式不正确,'+#13+'请重新设置。','提示',MB_ICONERROR);
     application.Terminate;
    end;问题二:
如何判断机器是否装有sql-server?