ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/IBUtils.pas
(Generate patch)

Comparing ibx/trunk/fbintf/IBUtils.pas (file contents):
Revision 120 by tony, Mon Jan 22 13:58:20 2018 UTC vs.
Revision 121 by tony, Mon Jan 22 13:58:23 2018 UTC

# Line 394 | Line 394 | begin
394    end;
395   end;
396   {$ELSE}
397 < {cruder version of above for old versions of Delphi}
397 > {cruder version of above for Delphi. Older versions lack regular expression
398 > handling.}
399   function ExtractConnectString(const CreateSQL: AnsiString;
400    var ConnectString: AnsiString): boolean;
401   var i: integer;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines