Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 69630 - 69659 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
69630
... No. You have no choice but to use legal identifiers if you can't upgrade your DB to Dialect 3. ./heLen...
Helen Borrie
helebor
Offline Send Email
Dec 1, 2005
8:46 am
69631
... 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,...
Lester Caine
lscesuk
Offline Send Email
Dec 1, 2005
9:07 am
69632
... 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...
Helen Borrie
helebor
Offline Send Email
Dec 1, 2005
9:18 am
69633
Thanks for help. ... From: "Helen Borrie" <helebor@...> To: <firebird-support@yahoogroups.com> Sent: Thursday, December 01, 2005 9:47 AM Subject: Re:...
Sándor Tamás ...
santa750602
Offline Send Email
Dec 1, 2005
9:22 am
69634
select date, item, sum(amount) from mytable group by date,item, ( case when amount > 0 THEN 1 ELSE 0 END ) Adomas...
Adomas Urbanavicius
rtislri
Offline Send Email
Dec 1, 2005
10:25 am
69635
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...
Rodrigo Gonçalves
rodrigogonca...
Offline Send Email
Dec 1, 2005
10:41 am
69636
... 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 <...
Svein Erling Tysvær
svein_erling
Offline Send Email
Dec 1, 2005
11:20 am
69637
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, ...
moegie2
Offline Send Email
Dec 1, 2005
11:22 am
69638
... Uh, oh, slight mistake: select datecolumn, item, sum(case when amount > 0 then amount else 0 end) as posamt, sum(case when amount < 0 then -amount else 0...
Svein Erling Tysvær
svein_erling
Offline Send Email
Dec 1, 2005
11:25 am
69639
even better! :)...
moegie2
Offline Send Email
Dec 1, 2005
11:25 am
69640
... 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...
mikcaau
Offline Send Email
Dec 1, 2005
12:21 pm
69641
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...
Tim
timlza
Offline Send Email
Dec 1, 2005
12:34 pm
69642
(ok thx, but) - i'm using FB2 - what tools/cmds are available in order to check this ('ps' cannot say anything of FBs inner behavior)...
manoel_sa
Offline Send Email
Dec 1, 2005
1:13 pm
69643
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...
Stevio
steviorock
Offline Send Email
Dec 1, 2005
2:55 pm
69644
... 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 ...
Si Carter
orckadotcom
Offline Send Email
Dec 1, 2005
3:01 pm
69645
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...
Stevio
steviorock
Offline Send Email
Dec 1, 2005
3:35 pm
69646
... 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...
Si Carter
orckadotcom
Offline Send Email
Dec 1, 2005
3:42 pm
69647
On linux, find a SYSDBA.Password file in the installdir. It's generated during install. John...
John vd Waeter
pa3erp
Offline Send Email
Dec 1, 2005
3:55 pm
69648
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...
Eduardo A. Salgado
eduardo3372
Offline Send Email
Dec 1, 2005
4:55 pm
69649
... 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...
Ann W. Harrison
annwharrison
Offline Send Email
Dec 1, 2005
5:05 pm
69650
... caused ... We'll pass out that guidance to all our users. Thanks for your quick answer! -Eduardo...
Eduardo A. Salgado
eduardo3372
Offline Send Email
Dec 1, 2005
5:11 pm
69651
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...
geomastique
Offline Send Email
Dec 1, 2005
5:28 pm
69652
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...
Tony Masefield
polsolsa
Offline Send Email
Dec 1, 2005
6:06 pm
69653
... 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...
Alexandre Benson Smith
thoriblist
Offline Send Email
Dec 1, 2005
6:26 pm
69654
... And if you use the .tar.gz package, it asks to setup new SYSDBA password while installing. -- Milan Babuskov http://fbexport.sourceforge.net ...
Milan Babuskov
mbabuskov
Offline Send Email
Dec 1, 2005
6:57 pm
69655
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...
tomconlon7777777
tomconlon777...
Offline Send Email
Dec 1, 2005
6:58 pm
69656
Hi, I don't know if this is off-topic I tried downloading Firebird2 Beta 1 Classic for Windows many times from the specified URL ...
aiylam_s
Online Now Send Email
Dec 1, 2005
8:09 pm
69657
... 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...
Alan McDonald
metaalan
Offline Send Email
Dec 1, 2005
8:20 pm
69658
Test......
aaaa
nnorbesz
Offline Send Email
Dec 1, 2005
8:31 pm
69659
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,...
Jeff Moll
eriehollow
Offline Send Email
Dec 1, 2005
9:00 pm
Messages 69630 - 69659 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help