Re: [firebird-support] Number of concurrent user connections

2016-10-29 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
29.10.2016 13:25, Alain Bastien alainbast...@gmail.com [firebird-support] wrote: > WEB application uses a BROWSER that's all No, they don't. Web-applications are executed on web-server. There is no browser on server. -- WBR, SD.

Re: [firebird-support] Number of concurrent user connections

2016-10-29 Thread Alain Bastien alainbast...@gmail.com [firebird-support]
I meant client access the (information/Data/Database) Server with a Browser *Kind Regards* *Alain Bastien* *34 Dr Ross AvenueRose Hill 72102MauritiusMobile Tel: +230 5 719 30 30* *Skype:alainbastien* *Viber: 7320143* On Sat, Oct 29, 2016 at 3:35 PM, Dimitry Sibiryakov

[firebird-support] Best way to delete millions of rows

2016-10-29 Thread kragh.tho...@yahoo.com [firebird-support]
Hey I have a database that needs some cleanup, in some tables i need to delete millions of rows. I performed the cleanup on a copy of the production database in a development environment, using: delete from table where created < dateadd(-6 month to current_date) followed by a count(*) on

Re: [firebird-support] Number of concurrent user connections

2016-10-29 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
29.10.2016 18:40, Alain Bastien alainbast...@gmail.com [firebird-support] wrote: > I meant client access the (information/Data/Database) Server with a Browser The only protocols supported by browsers are HTTP and FTP. No DBMS can they talk with. -- WBR, SD.

Re: [firebird-support] Number of concurrent user connections

2016-10-29 Thread Alain Bastien alainbast...@gmail.com [firebird-support]
WEB application uses a BROWSER that's all It can connect to Static data or to a DATABASE *Kind Regards* *Alain Bastien* *34 Dr Ross AvenueRose Hill 72102MauritiusMobile Tel: +230 5 719 30 30* *Skype:alainbastien* *Viber: 7320143* On Fri, Oct 28, 2016 at 8:15 PM, Elmar Haneke