[lazarus] Interbase changes

hernan.et at pg.com hernan.et at pg.com
Sun May 4 19:32:19 EDT 2003


Hi all,

I have a very small change to interpase.pp so that you can specify the role upon connecting to the database, here is the patch.


50,51d50
<     FRole                : String;
<
87d85
<     property Role : String read FRole write FRole;
386,387d383
<     if (FRole <> '') then
<       DPB := DPB + chr(isc_dpb_sql_role_name) + chr(Length(FRole)) + FRole;

Regards,

Yoyong Hernan






More information about the Lazarus mailing list