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 101257 - 101286 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101257
Hi everyone, I have got a problem with a corrupted Firebird 1.5 database which is about 2 GB in size. The database server ran out of disk space and due to...
Christian Gütter
christian.gu...
Offline Send Email
Apr 1, 2009
4:18 pm
101258
Hi everyone, I have got a problem with a corrupted Firebird 1.5 database which is about 2 GB in size. The database server ran out of disk space and due to...
Christian Gütter
christian.gu...
Offline Send Email
Apr 1, 2009
4:19 pm
101259
... Gfix is unable to fix databases corrupted this way. Either restore database from backup or call database repair service. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Apr 1, 2009
4:59 pm
101260
Hello: I have an application in Delphi which uses FireBird 2.0.1 Superserver. It is installed in an enterprise which has 8 users in a local network and 5 users...
Gustavo
gstv_m
Offline Send Email
Apr 1, 2009
7:45 pm
101261
Hello, I use FB 1.5 on a Linux Server (was tested on Windows Server too). In a stored procedure I have this statement: STDNEU = STDNEU + STUND2 + FREQUSTDNEU2;...
Walter Neumann
walter@...
Send Email
Apr 1, 2009
7:51 pm
101262
Greetings All, I was just wondering if anyone else has found a way to find any record in any and all tables in a Firebird database that should not be null, but...
SoftTech
st_wizard
Offline Send Email
Apr 1, 2009
8:27 pm
101263
Hi , I thought I new this but im am stummped, I have a Domain that we have defined as Decimal(6,2) We have launched our project and started importing data...
colincoleman2002
colincoleman...
Offline Send Email
Apr 1, 2009
8:48 pm
101264
... The 6 in decimal(6,2) is the precision. It includes the decimal digits. So the legal range is not -999,999.99 to +999,999.99 but -999,999 to +999,999 and...
Ann W. Harrison
annwharrison
Offline Send Email
Apr 1, 2009
9:47 pm
101265
... This is stored as SMALLINT with scale of 2. ... Sure, you increased the theoretical limit by the power of 4! ... Meaning DECIMAL(6,2) could store <=...
Helen Borrie
helebor
Offline Send Email
Apr 1, 2009
10:01 pm
101266
... 1. Change the field back to allow nulls. 2. Get rid of the nulls. 3. Change the field again to not allow nulls....
Doug Chamberlin
dougchamberlin
Offline Send Email
Apr 1, 2009
10:19 pm
101267
... left out the word 'times' in the description value = <stored value> * 10^(<scale factor> * -1>) 123.45 = 12345 * 10^-2 Ann...
Ann W. Harrison
annwharrison
Offline Send Email
Apr 1, 2009
10:33 pm
101268
Hi Dimitry, ... would it be possible to repair the database with 3rd party tools like IB FirstAID? Regards, Christian...
Christian Gütter
christian.gu...
Offline Send Email
Apr 1, 2009
10:36 pm
101269
Thanks for the help both of you...... I now see where I went wrong, What is the difference between DECIMAL and NUMERIC ....? Cheers Colin...
colincoleman2002
colincoleman...
Offline Send Email
Apr 1, 2009
11:25 pm
101270
Doug, I was trying to find which of 400+ tables might contain this issue without having to manually go thru each table and do what you suggest on every field...
SoftTech
st_wizard
Offline Send Email
Apr 2, 2009
3:06 am
101271
Greetings All, I use Database Workbench for development of my database. Upon doing a validation on my database using GFix thur Database Workbench it return...
SoftTech
st_wizard
Offline Send Email
Apr 2, 2009
3:15 am
101272
Just in case it is needed here is the Database Statistics: Anyone see any issues with these settings under Firebird 1.5 Classic? Database header page...
SoftTech
st_wizard
Offline Send Email
Apr 2, 2009
3:51 am
101273
Here's one I whipped up in PHP ... #!/usr/local/bin/php <?php $conn = ibase_connect("localhost:/raid/db/passport.fdb","sysdba","masterkey"); // Obtain a list...
Nigel Weeks
nweeks@...
Send Email
Apr 2, 2009
4:09 am
101274
Greetings Nigel, I do not have access to PHP. Is there anyway to handle this in Database Workbench? Thanks, Mike ... From: Nigel Weeks To:...
SoftTech
st_wizard
Offline Send Email
Apr 2, 2009
4:18 am
101275
Hmm, not without extending it's operation via some scripting, which won't be easy. If your database was accessible from the outside world, it could be scanned ...
Nigel Weeks
nweeks@...
Send Email
Apr 2, 2009
4:25 am
101276
... Space ... Ouch! Is there any easy way of querying the Firebird Server for free disk space on the server when logging on from a client PC? That way we can...
Maya Opperman
maya_mcleod
Offline Send Email
Apr 2, 2009
5:08 am
101277
... Database Workbench will issue a warning if you try to "not null" a nullable existing field. It allows you to enter a value that will be applied before ...
Martijn Tonies
martijntonie...
Offline Send Email
Apr 2, 2009
6:08 am
101278
Hi, The released and the RC2 (Win32) kits contains same binaries. This is correct? Gabor...
Gabor Boros
gaborboros
Offline Send Email
Apr 2, 2009
6:41 am
101279
... Sorry, but this must be something you provide for. The database engine has no way of knowing how much disk space there is, nor how much is needed, nor...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2009
6:58 am
101280
(message didn't show up on list, sent it again) Frank, Could it be 192.168.1.100 is not available at clientside? Or, could it be you have set and left active a...
John vd Waeter
pa3erp
Offline Send Email
Apr 2, 2009
7:15 am
101281
I may well be wrong, and have no possibility to try it now, but have you tried SELECT * FROM <MyTable> WHERE <MyNotNullableField> +0 is null Replace +0 with...
Svein Erling Tysvær
svein_erling
Offline Send Email
Apr 2, 2009
7:32 am
101282
... Just rebuild corresponding indices. Be ready that some of corrupted indices will not be activated - if they are unique and data have duplicates. In later...
Vlad Khorsun
fbvlad
Offline Send Email
Apr 2, 2009
7:34 am
101283
... This issue is gone if you use FB 2.1 and ODS 11.1 Regards, Vlad...
Vlad Khorsun
fbvlad
Offline Send Email
Apr 2, 2009
7:35 am
101284
... Yes, this is correct. According to QA procedure, we sign off *binaries*. Making new binaries even from the same sources would require another QA round....
Pavel Cisar
pcisar2000
Offline Send Email
Apr 2, 2009
8:06 am
101285
... I'm not sure, but probably - no. I heard from Dmitry Kouzmenko that repair of such databases is a handwork. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Apr 2, 2009
8:56 am
101286
... Too much cache, IMHO. It can slowdown performance and run out of RAM if number of connection is big. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Apr 2, 2009
9:00 am
Messages 101257 - 101286 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