[firebird-support] Function - what is it called

2015-01-23 Thread michael.vilhelm...@microcom.dk [firebird-support]
Hi I am looking for a function which are able to add values from a table as records are fetched. Something like this: Value Calculated value 1 1 2 3 3 6 4 10 5 15 The calculated value is just the sum of all previous values of VALUE. Whats the name of such function in engli

Re: [firebird-support] Function - what is it called

2015-01-23 Thread Thomas Steinmaurer t...@iblogmanager.com [firebird-support]
Hello Michael, > I am looking for a function which are able to add values from a table as > records are fetched. Cumulative sum? > Something like this: > > > ValueCalculated value > > 11 > > 23 > > 36 > > 410 > > 515 > > The calculated value is just the sum of all previous values of VALUE. > > >

[firebird-support] Re: Function - what is it called

2015-01-23 Thread michael.vilhelm...@microcom.dk [firebird-support]
Thanks :) All I was looking for Mivi

Re: [firebird-support] Function - what is it called

2015-01-23 Thread Mike Ro miker...@gmail.com [firebird-support]
On 23/01/2015 10:25, michael.vilhelm...@microcom.dk [firebird-support] wrote: Hi I am looking for a function which are able to add values from a table as records are fetched. Something like this: ValueCalculated value 11 23 36 410 515 The calculated value is just the sum of all prev

[firebird-support] Re: Common Table Expressions ( “WITH ... AS ... SELECT”)

2015-01-23 Thread masb...@za-management.com [firebird-support]
Dear Svein and Dimitry, thank you for both of your answers! That's really interesting. I am in a quite hurry right now. Svein, I Like your approach and I will give it a try next week! The complete SP is about 500 lines for the query because it contains business rules interms of dates and rates o

Re: [firebird-support] Unlock record

2015-01-23 Thread 'Walter R. Ojeda Valiente' sistemas2000profesio...@gmail.com [firebird-support]
Hm, maybe I am doing something wrong, but - I open 2 instances of ISQL.EXE - In ISQL1 I write: SELECT * FROM CLIENTS; - In ISQL2 I write: SELECT MON$TIMESTAMP, MON$TRANSACTION_ID FROM MON$STATEMENTS; - In ISQL1 I write: COMMIT; - In ISQL2 I write: SELECT MON$TIMESTAMP, MON$TRANSACTION_

[firebird-support] Importing old FB database

2015-01-23 Thread c...@hower.org [firebird-support]
I have an old VM that was developed in 2003 and last used in 2008. I am not able to boot the VM but I am able to get files out of it. I have a database extension .gdb for the data file. I also have archived installers on the VM, most notably Firebird-1.5.4.4910-0-Win32.exe which I believe was t

[firebird-support] Re: Common Table Expressions ( “WITH ... AS ... SELECT”)

2015-01-23 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
23.01.2015 15:30, masb...@za-management.com wrote: > > Dimitry, why is it so that for every outer join the inner part is always > re-evaluated? Because there are no alternative algorithms for outer joins in Firebird (yet). > And if I switch to an inner join, this could be avoided? Yes, it could

[firebird-support] Download broken

2015-01-23 Thread c...@hower.org [firebird-support]
64-bit Classic, Superclassic & Superserver July 17, 2014 Firebird-2.5.3.26778_0_x64.exe http://sourceforge.net/projects/firebird/files/firebird-win64/2.5.3-Release/Firebird-2.5.3.26778_0_x64.exe/download 10 MB Windows executable installer for full Superclassic/Classic or Superserver, recommende

Re: [firebird-support] Download broken

2015-01-23 Thread 'Mark Rotteveel' m...@lawinegevaar.nl [firebird-support]
Looks like some parts of the site refer to the old download page. The 2.5.3 downloads have been removed in favour of 2.5.3 update 1, check http://www.firebirdsql.org/en/firebird-2-5-3-upd1/ for correct links. Mark - Reply message - Van: "c...@hower.org [firebird-support]" Aan: Onderwer

[firebird-support] Firebird Classic installation on Fedora 21 64-bit - problem

2015-01-23 Thread Charles Hudson clh...@gmail.com [firebird-support]
Installed (yesterday) from iso Fedora 21 Workstation (Gnome dt), 64 bit, and used YUM Extn to update all packages. Subsequently installed Firebird RPMs (no configuration options were offered in the RPM install): firebird v.2.52.26539.0-14 x86_64 firebird-classic (same vers and arch for all) fire

[firebird-support] Re: Importing old FB database

2015-01-23 Thread c...@hower.org [firebird-support]
Installed 2.5.x x64 - Invalid DB. So I installed the old 1.5.x x86 and am able to read the DB now.

Re: [firebird-support] Importing old FB database

2015-01-23 Thread Stanislaw Kaminski stasheck.f...@gmail.com [firebird-support]
You can export the data using gbak and then import to a 2.5. On Friday, 23 January 2015, c...@hower.org [firebird-support] < firebird-support@yahoogroups.com> wrote: > > > Installed 2.5.x x64 - Invalid DB. So I installed the old 1.5.x x86 and am > able to read the DB now. > >