[firebird-support] Recursive SQL-Question

2015-08-06 Thread josef.gschwendt...@quattro-soft.de [firebird-support]
I have a table in the database which represents a tree like the one below. Each tree-node is a record in the table and has a primary-key. 1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 2 2.2 2.2.1 3 3.1 3.1.1

ODP: [firebird-support] Knowing the previous rows

2015-08-06 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi, What about triggers? Regards,Karol Bieniaszewski Oryginalna wiadomość Od: 'Walter R. Ojeda Valiente' sistemas2000profesio...@gmail.com [firebird-support] firebird-support@yahoogroups.com Data: 06.08.2015 20:12 (GMT+01:00) Do: firebird-support@yahoogroups.com

ODP: [firebird-support] Taking database back from v2.5 ODS11.2 to v2.1 ODS11.1

2015-08-06 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi, Why do you need to go back? Regards,Karol Bieniaszewski Oryginalna wiadomość Od: 'Neil Pickles' neil.pick...@csy.co.uk [firebird-support] firebird-support@yahoogroups.com Data: 04.08.2015 00:34 (GMT+01:00) Do: firebird-support@yahoogroups.com Temat:

Re: [firebird-support] UserNames connected to my database

2015-08-06 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
At 11:25 p.m. 28/07/2015, blumy2...@yahoo.com [firebird-support] wrote: Hi. I have a problem. I use a Firebird 1.5.6 Server for a lot of applications, 5 databases on the same server. I need to find the number of connection for a single database, and the names of the users. For this i used IBX

Re: [firebird-support] UserNames connected to my database

2015-08-06 Thread setysvar setys...@gmail.com [firebird-support]
Hi. I have a problem. I use a Firebird 1.5.6 Server for a lot of applications, 5 databases on the same server. I need to find the number of connection for a single database, and the names of the users. For this i used IBX IBDatabaseInfo-UserNames-Count and