ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/source/FBUDRUtils.pas
(Generate patch)

Comparing ibx/branches/udr/udr/source/FBUDRUtils.pas (file contents):
Revision 395 by tony, Wed Feb 9 16:17:50 2022 UTC vs.
Revision 396 by tony, Thu Feb 17 11:57:23 2022 UTC

# Line 641 | Line 641 | begin
641    DPB := GetFirebirdAPI.AllocateDPB;
642    DPB.Add(isc_dpb_user_name).setAsString(GetUserName);
643    DPB.Add(isc_dpb_lc_ctype).setAsString(GetClientCharSet);
644  DPB.Add(isc_dpb_set_db_SQL_dialect).setAsByte(GetAttachment.GetSQLDialect);
644    Result := GetFirebirdAPI.OpenDatabase(GetDatabaseName,DPB);
645   end;
646  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines