Re: [Firebird-devel] security3.fdb unavailable database

2013-03-20 Thread Alex Peshkoff
On 03/20/13 13:33, Treeve Jelbert wrote: > On Tuesday 19 March 2013 11:23:43 Alex Peshkoff wrote: >> On 03/19/13 10:41, Dmitry Kovalenko wrote: >>> File: src\common\config\config.cpp >>> Line: 173 >>> >>> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, >>> // >

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-20 Thread Treeve Jelbert
On Tuesday 19 March 2013 11:23:43 Alex Peshkoff wrote: > On 03/19/13 10:41, Dmitry Kovalenko wrote: > > File: src\common\config\config.cpp > > Line: 173 > > > > Correct: > > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, > > // > > security database name > > Yes, it's be

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Adriano dos Santos Fernandes
On 19-03-2013 05:33, Dmitry Yemanov wrote: > 19.03.2013 11:23, Alex Peshkoff wrote: > >>> Was: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >>> >>> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} >> >> Yes, it's better > > I res

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 12:33, Dmitry Yemanov wrote: > 19.03.2013 11:23, Alex Peshkoff wrote: > >>> Was: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >>> >>> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} >> Yes, it's better > I respectfully

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Dmitry Yemanov
19.03.2013 11:23, Alex Peshkoff wrote: >> Was: >> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >> >> Correct: >> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} > > Yes, it's better I respectfully disagree. The former string clearly distinguishe

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 11:53, Dmitry Kovalenko wrote: >> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, >> // >>> security database name >> Yes, it's better but won't solve a problem. Double-slash is eaten with >> no-error: >> > Hm... As I remember (this is very old prob

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Dmitry Kovalenko
> Correct: > > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, > // > > security database name > > Yes, it's better but won't solve a problem. Double-slash is eaten with > no-error: > Hm... As I remember (this is very old problem) my XP SP2 (on test VM) can't eat this dou

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 10:41, Dmitry Kovalenko wrote: > File: src\common\config\config.cpp > Line: 173 > > Correct: > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, // > security database name Yes, it's better but won't solve a problem. Double-slash is eaten with no-error: # cat /

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-18 Thread Dmitry Kovalenko
File: src\common\config\config.cpp Line: 173 Correct: {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, // security database name Kovalenko Dmitry. 2013/3/18 Treeve Jelbert > I reconfigured firebird3 as follows; > > ./configure --prefix=/opt/firebird --with-fbconf=/etc