RE: [firebird-support] Hiding password step within innosetup

2017-10-12 Thread m_brahi...@yahoo.fr [firebird-support]
Thank you very much Sean

RE: [firebird-support] Hiding password step within innosetup

2017-10-12 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
Thanks Sean for your suggestion but which way do I create my own project ? Get a copy of the project install script and make your own changes, or use the project script as a hint as to how you can include the steps into your own install kit. By the pre-created security database is that mean

RE: [firebird-support] Hiding password step within innosetup

2017-10-12 Thread m_brahi...@yahoo.fr [firebird-support]
Thanks Sean for your suggestion but which way do I create my own project ? Sorry I did not explained the whole context. In innosetup script I include FB executable file with my app with the line below and change the SYSDBA password too: Filename:

RE: [firebird-support] Hiding password step within innosetup

2017-10-12 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
> I need to know please if I can hide the password step when installing my app > with Firebird 3 within innosetup. > With FB 2 I can use the following parameter : >  /SYSDBAPASSWORD, >  /SP- /VERYSILENT, >  /NOGDS32, >  /NOCANCEL, >  LOG > > We can only assign password in the SYSDBA step and

[firebird-support] Hiding password step within innosetup

2017-10-12 Thread m_brahi...@yahoo.fr [firebird-support]
Hello, I need to know please if I can hide the password step when installing my app with Firebird 3 within innosetup. With FB 2 I can use the following parameter : /SYSDBAPASSWORD, /SP- /VERYSILENT, /NOGDS32, /NOCANCEL, LOG We can only assign password in the SYSDBA step and

Re: [firebird-support] Converting to firebird 3

2017-10-12 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Hi, Firebird 3 is not a silver bullet, it mostly increases performance in the multiprocessing area. With 30 connections, I would say that multiprocessing is not a problem, most likely you are having problems with SQL queries. I would suggest to take a look on

Re: [firebird-support] How I can speed up this query

2017-10-12 Thread Luigi Siciliano luigi...@tiscalinet.it [firebird-support]
Hallo, Il 11/10/2017 20.38, setysvar setys...@gmail.com [firebird-support] ha scritto: > I think this should give the same result as your query, whether or not > it is any quicker, I simply do not know (but I would love to hear if it > made any difference). Your query is to slow, flamerobin