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