連線SQL Server

Linda1980發表於2010-11-10

function TPDMSSQLContext.ConnectionString: string;

begin

Result := 'Provider=SQLOLEDB;Password=' + FPassword + ';Persist Security Info=True;' + 'User ID=' + FUserName + ';Initial Catalog=' + FDatabase + ';Data Source=' + FServer;

end;

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7718881/viewspace-1041273/,如需轉載,請註明出處,否則將追究法律責任。

相關文章