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

Comparing ibx/branches/udr/testsuite/Test10.pas (file contents):
Revision 395 by tony, Sat Jan 15 00:06:22 2022 UTC vs.
Revision 396 by tony, Thu Feb 17 11:57:23 2022 UTC

# Line 206 | Line 206 | begin
206    DPB.Add(isc_dpb_user_name).setAsString(Owner.GetUserName);
207    DPB.Add(isc_dpb_password).setAsString(' ');
208    DPB.Add(isc_dpb_lc_ctype).setAsString(CharSet);
209  DPB.Add(isc_dpb_set_db_SQL_dialect).setAsByte(SQLDialect);
209    DPB.Find(isc_dpb_password).setAsString(Owner.GetPassword);
210    Attachment := FirebirdAPI.OpenDatabase(Owner.GetEmployeeDatabaseName,DPB);
211    EventsTest(Attachment);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines