... OK I can download in windows by 'Right Click' and 'Save Link Target As', but that does not work on the Linux box ( SUSE10/AMD64/Firefox ) I've got a copy,...
... The segfault is crashing the server process, AFAICT. Googling this error seems to indicate that it's a widespread 2.6.14.2 and earlier kernel bug on dual...
Thanks for help. ... From: "Helen Borrie" <helebor@...> To: <firebird-support@yahoogroups.com> Sent: Thursday, December 01, 2005 9:47 AM Subject: Re:...
I was referring to Firebird.... specially regarding each distro, since the 64 bit I/O is lib-related, as far as I have read... Regards Rodrigo ... -- Rodrigo...
... or make a small change to get it on the same line: select datecolumn, item, sum(case when amount > 0 then amount else 0) as posamt, sum(case when amount <...
Hi Adomas You put me absolutely on the right track ... i refined it to.. SELECT ITEMNO, sum(case when extended >= 0 then extended else 0 end) Positive, ...
... Not sure that IBX is compliant with Firebird anymore, they've diverged too much. Whenever I have problems like that I 1) Check db to see if it has any...
I found that there was a problem : another developer had worked on the Delphi code, and the parameter types given did not match the actual parameter types...
How do you modify the username and password for a Firebird database, for example the SYSDBA user? It's a long while since I did this. Thanks, Stephen...
... gsec -user SYSDBA -pa masterkey -modify SYSDBA -pw <new password> Where <new password> is the password you would like to apply to the SYSDBA account. Rgds ...
Is that the only way? Do you get the option to change the default password when you install Firebird? Is there a master password for Firebird installs? I have...
... No, you can use the Services API instead. ... Not on windows, couldn't say for nix builds ... masterkey on windows. ... If you log in as SYSDBA, you can...
I am sure this has come up before but I could not find an answer. One of our customers wants to defrag the database server and I feel that our software should...
... I don't recommend defragmenting a disk while the database server is running. Some people have reported I/O errors that were probably caused by conflicts...
Firebird 1.5 and delphi 7 ... tilll now i have use ibquery + updatesql both components i try to do the same thing with ibdataset so as to use 1 component...
Hi All, This to me is weird but may have a logical explanation? I had an old app set up using IBOTdataset components. I converted the program first to ZEOS and...
... What do you want to know ? If you are refereing to the slow queries. We need at least the following information to start trying to help: The query the...
Hi All, Can someone point to any source of _allowable_ metadata changes that may be safely made whilst a DB is on-line? Generally this is a tricky area as most...
... and apart from what Ann recommends, with fast HDs of today and NTFS, defrag is nowhere near as effective as it was in the early days with slow HDs and FAT...
Hello I'm new to Firebird and I'm trying to create a database under Windows XP using the embedded library (downloaded yesterday). When I create the Database,...