Re: [Firebird-devel] Confusing message when security3 is not found

2014-02-05 Thread Alex Peshkoff
On 02/06/14 10:28, Claudio Valderrama C. wrote: >> -Original Message- >> From: Alex Peshkoff [mailto:peshk...@mail.ru] >> Sent: Viernes, 31 de Enero de 2014 10:46 >> >> On 01/03/14 13:47, Claudio Valderrama C. wrote: >> >>> The final part of the path is confusing for the user: >>> firebird\

Re: [Firebird-devel] Confusing message when security3 is not found

2014-02-05 Thread Claudio Valderrama C.
> -Original Message- > From: Alex Peshkoff [mailto:peshk...@mail.ru] > Sent: Viernes, 31 de Enero de 2014 10:46 > > On 01/03/14 13:47, Claudio Valderrama C. wrote: > > > The final part of the path is confusing for the user: > > firebird\/security3.fdb > > > > I don't know if firebird is

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-31 Thread Alex Peshkoff
On 01/03/14 13:47, Claudio Valderrama C. wrote: > Hello, I know security3.fdb is not in place because I'm using the Debug dir: > > > The final part of the path is confusing for the user: > firebird\/security3.fdb > > I don't know if firebird is really looking for > temp/Win32/Debug/firebird//secur

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-06 Thread Alex
On 01/06/2014 04:51 PM, Adriano dos Santos Fernandes wrote: > On 06/01/2014 10:46, Alex wrote: >> Yes - and probably thats due to I've forgottem about full forms of >> this keywords. >> Therefore I see the only one problem with adding shortcut: should it >> be PAS or PASS? >> I suppose the original

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-06 Thread Adriano dos Santos Fernandes
On 06/01/2014 10:46, Alex wrote: > > Yes - and probably thats due to I've forgottem about full forms of > this keywords. > Therefore I see the only one problem with adding shortcut: should it > be PAS or PASS? > I suppose the original question was raised due to ogten use of -pass > as a key in comm

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-06 Thread Alex
On 01/06/2014 12:49 AM, Ann Harrison wrote: On Sun, Jan 5, 2014 at 3:39 AM, Alex > wrote: O > > I thought we would allow PASS as a shortcut for PASSWORD. Can you provide a sample where shortcuts are present in SQL? It's trivial to add PASS shortcut,

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-05 Thread Ann Harrison
On Sun, Jan 5, 2014 at 3:39 AM, Alex wrote: > O > > > > I thought we would allow PASS as a shortcut for PASSWORD. > > Can you provide a sample where shortcuts are present in SQL? It's > trivial to add PASS shortcut, but for me it looks like something out of > SQL style. > BIN (Binary), DEC (Deci

Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-05 Thread Alex
On 01/03/2014 01:47 PM, Claudio Valderrama C. wrote: > Hello, I know security3.fdb is not in place because I'm using the Debug dir: > > F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebird>isql -user sysdba > -pass masterkey > Use CONNECT or CREATE DATABASE to specify a database > SQL> create dat

[Firebird-devel] Confusing message when security3 is not found

2014-01-03 Thread Claudio Valderrama C.
Hello, I know security3.fdb is not in place because I'm using the Debug dir: F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebird>isql -user sysdba -pass masterkey Use CONNECT or CREATE DATABASE to specify a database SQL> create database 'user.fdb'; SQL> create user secondary pass 'sec'; Stateme