Subject | RE: [IBO] Firebird 2.1.2 RC1: Connection problem |
---|---|
Author | Luc Vigato, Sita Software |
Post date | 2009-01-23T11:50:43Z |
Here my Ib_Connection object.
object IB_Connection: TIB_Connection
SQLDialect = 1
Params.Strings = (
'USER NAME=SYSDBA'
'PAGE SIZE=8192'
'PROTOCOL=TCP/IP'
'SQL DIALECT=1'
'SERVER=enterprisea'
'PATH=Azur'
'RESERVE PAGE SPACE=TRUE'
'FORCED WRITES=TRUE')
OnError = IB_TStatementError
Left = 32
Top = 58
end
_____
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Helen Borrie
Sent: vendredi 23 janvier 2009 11:34
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Firebird 2.1.2 RC1: Connection problem
At 09:02 PM 23/01/2009, you wrote:
back to the list.
Some are allowed to be set only by SYSDBA or the owner now. It's important
that you check what might have been set there, that is now forbidden to the
ordinary user. If all seems "legal" for the ordinary user then we might be
looking at a small change needed in how IBO defaults the connection
attributes to the API for properties like ForcedWrites, ReservePageSpace,
SweepInterval, perhaps DBKeyScope too....
Jason, are you reading this thread?
Helen
[Non-text portions of this message have been removed]
object IB_Connection: TIB_Connection
SQLDialect = 1
Params.Strings = (
'USER NAME=SYSDBA'
'PAGE SIZE=8192'
'PROTOCOL=TCP/IP'
'SQL DIALECT=1'
'SERVER=enterprisea'
'PATH=Azur'
'RESERVE PAGE SPACE=TRUE'
'FORCED WRITES=TRUE')
OnError = IB_TStatementError
Left = 32
Top = 58
end
_____
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Helen Borrie
Sent: vendredi 23 janvier 2009 11:34
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Firebird 2.1.2 RC1: Connection problem
At 09:02 PM 23/01/2009, you wrote:
>Hello Thomas,Open the DFM as text and copy all of the connection properties. Paste them
>
>I checked those properties, and they seems correct to me.
back to the list.
>I have tested my application:2.1.2 has restricted the DPB properties that can be set by ordinary users.
> Under Firebird 1.5.5 it works
> Under Firebird 2.1.1 it works
> Under Firebird 2.1.2 RC1 it don't works
Some are allowed to be set only by SYSDBA or the owner now. It's important
that you check what might have been set there, that is now forbidden to the
ordinary user. If all seems "legal" for the ordinary user then we might be
looking at a small change needed in how IBO defaults the connection
attributes to the API for properties like ForcedWrites, ReservePageSpace,
SweepInterval, perhaps DBKeyScope too....
Jason, are you reading this thread?
Helen
[Non-text portions of this message have been removed]