Re: [firebird-support] Terminal Services

2014-07-22 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
At 01:05 a.m. 23/07/2014, jk2...@gmail.com [firebird-support] wrote: >I am trying to run an application for the SPCA on a Windows MultiPoint Server >2011 (running 2008 RC2) but it will only work on one terminal at a time. I >have contacted the software vendor and he tells me that the problem is

Re: [firebird-support] Complete Language Reference

2014-07-22 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
At 08:32 a.m. 23/07/2014, Arnold Levy arnoldjl...@gmail.com [firebird-support] wrote: >Hello! > >Does anyone know where the Complete Language Reference of Firebird 2.5 >is available for download? > >I tried http://www.firebirdsql.org/download/rabbits/dimitr/LangRef.html >but http status 404 - file

RE: [firebird-support] Terminal Services

2014-07-22 Thread 'Edward Mendez' emendez...@nc.rr.com [firebird-support]
Jake, If could be that your Database is in single user mode (exclusive mode) and is only allowing one connection. Try this from the command prompt; \gfix –online \.fdb Thanks, Ed From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] Sent: Tuesday, Ju

[firebird-support] Complete Language Reference

2014-07-22 Thread Arnold Levy arnoldjl...@gmail.com [firebird-support]
Hello! Does anyone know where the Complete Language Reference of Firebird 2.5 is available for download? I tried http://www.firebirdsql.org/download/rabbits/dimitr/LangRef.html but http status 404 - file not found - is returned. I look forward to finding out. Sincerely, Arnold.

[firebird-support] Terminal Services

2014-07-22 Thread jk2...@gmail.com [firebird-support]
Hey pro's, I am sorry to ask you a question which may seem stupid but I have paged over forums and online articles with no joy.I am trying to run an application for the SPCA on a Windows MultiPoint Server 2011 (running 2008 RC2) but it will only work on one terminal at a time. I have contacted

Re: AW: [firebird-support] Skip records

2014-07-22 Thread 'Saunders, Rich' greym...@mykolab.com [firebird-support]
On 2014-07-22 10:19, 'checkmail' check_m...@satron.de [firebird-support] wrote: > is there another solution to get every 5th record? Mod is problematic, > because the starting record is not in every case the first number mod (x) = 0 > and I would take all records to calculate… Each record w

AW: [firebird-support] Skip records

2014-07-22 Thread 'checkmail' check_m...@satron.de [firebird-support]
Hello again, is there another solution to get every 5th record? Mod is problematic, because the starting record is not in every case the first number mod (x) = 0 and I would take all records to calculate. Thank you -- and mod(id,:teiler)=0) it works Von: firebird-support@yah

AW: [firebird-support] Skip records

2014-07-22 Thread 'checkmail' check_m...@satron.de [firebird-support]
and mod(id,:teiler)=0) it works Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] Gesendet: Dienstag, 22. Juli 2014 14:47 An: firebird-support@yahoogroups.com Betreff: [firebird-support] Skip records Hello, I would like to read every n record, dependi

[firebird-support] Re: CrossTab Select

2014-07-22 Thread sremula...@bol.com.br [firebird-support]
help

[firebird-support] Skip records

2014-07-22 Thread 'checkmail' check_m...@satron.de [firebird-support]
Hello, I would like to read every n record, depending on number of records. Mod() does not work in a condition, how can I realize it with an for loop? Or should I take a while-loop? Thanks Best regards. Olaf