連接SQL Server
时间:2010-11-10 来源:Linda1980
function TPDMSSQLContext.ConnectionString: string;
begin
Result := 'Provider=SQLOLEDB;Password=' + FPassword + ';Persist Security Info=True;' + 'User ID=' + FUserName + ';Initial Catalog=' + FDatabase + ';Data Source=' + FServer;
end;
相关阅读 更多 +