Re: [firebird-support] Is Firebird support running on multi core processors?

2011-08-27 Thread Claudio Romero
Yes Check http://www.sinatica.com/blog/en/index.php/articles/firebird-superserver-classicserver-or-superclassic http://www.firebirdsql.org/manual/qsg25-classic-or-super.html CpuAffinityMask is only for Windows SuperServer version. [Non-text portions of this message have been removed]

[firebird-support] Re: How to find from system tables if SP parameters has a DEFAULT NULL or not

2011-08-27 Thread venussoftop
Thanks a lot, found it rdb_default_value and rdb_default_source --- In firebird-support@yahoogroups.com, "venussoftop" wrote: > > Hi all > > I have a SP which has the following parameters > CREATE PROCEDURE RECEIPTNARRATIONACCOUNTS ( > TITRID ID, > TISRFID ID, > TCPROMPT Varchar(409

[firebird-support] Re: gsec and stdout on Windows 7 - the same problem

2011-08-27 Thread Slawomir
--- In firebird-support@yahoogroups.com, "weind@..." wrote: > > > > Here is some new information regarding this problem: > - I now have a Windows 7 Professional 32 bit PC which has the same problem > - The problem also occurs if I install Firebird to another directory > - The problem also occu

Re: [firebird-support] Re: Is Firebird 2.5 support running on multi core processors?

2011-08-27 Thread Thomas Steinmaurer
> In Firebird 2.5 release note, I read this note : > > "The default CpuAffinity setting still binds SuperServer to a single > processor only. In order to take advantage > of this improvement when working with multiple databases, this setting should > be changed in > firebird.conf" > > It means, S

Re: [firebird-support] Re: Is Firebird 2.5 support running on multi core processors?

2011-08-27 Thread Jesus Garcia
> In Firebird 2.5 release note, I read this note : > > "The default CpuAffinity setting still binds SuperServer to a single > processor only. In order to take advantage > of this improvement when working with multiple databases, this setting should > be changed in > firebird.conf" > > It mean

[firebird-support] How to find from system tables if SP parameters has a DEFAULT NULL or not

2011-08-27 Thread venussoftop
Hi all I have a SP which has the following parameters CREATE PROCEDURE RECEIPTNARRATIONACCOUNTS ( TITRID ID, TISRFID ID, TCPROMPT Varchar(4096) DEFAULT NULL, TCSEP Varchar(250) DEFAULT NULL ) RETURNS ( I can find out the parameters (for all SPs) using the following query SELEC