[lazarus] interbase.pp changes

hernan.et at pg.com hernan.et at pg.com
Mon May 5 19:12:03 EDT 2003



This is my second post for this subject, I believe this small patch is important since without it I can't seem to change the role of user when connecting to the
 database.

Regards,

Yoyong


-----> message I posted yesterday <---------

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