Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 92094 - 92123 of 121784   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
92094 Codebue Fabio - P-Soft
fcodebue Send Email
Feb 1, 2008
8:35 am
Ciao , someone could explain exactly difference between these data types: DECIMAL FLOAT DOUBLE NUMERIC naturally in firebird.... Codebue Fabio ...
92095 Lester Caine
lscesuk Send Email
Feb 1, 2008
8:44 am
... Helen Any chance that this document could have a little spring clean. On the whole it is still relevant today, but just little things like 'due in...
92096 Ivan Prenosil
iprenosil Send Email
Feb 1, 2008
12:02 pm
... DOUBLE PRECISION - it is standard floating point type, advantage is that it can store very big and very small values (like number of atoms in universe or...
92097 solutionsdxb Send Email Feb 1, 2008
12:33 pm
Hi I am building an software where i want that it should sync some data from sql server and keep in firebrid data , if anybody can help in giving some sample...
92098 Eduardo Lopez
dar_alle Send Email
Feb 1, 2008
1:50 pm
Thanks Sasha, i'm already using a stored procedure, to insert or update an item in a stock table. Just now, i'm doing a select to find if the records exists...
92099 Ann W. Harrison
annwharrison Send Email
Feb 1, 2008
4:39 pm
Matthew, ... OK, but as Adam said, anything committed after the backup starts won't be in the restored version. ... If you've closed all connections, then the...
92100 Matthew Metlis
mmetlis Send Email
Feb 1, 2008
5:53 pm
I'm using the classic server. The data that I'm having a problem retrieving is actually inserted after the restore completes. The sequence is basically: 1....
92101 Ann W. Harrison
annwharrison Send Email
Feb 1, 2008
6:59 pm
... Err, if you're sure you're closing the connection, you can't be in the same transaction. On some operating systems it's possible to delete a file that's...
92102 toddmxz Send Email Feb 1, 2008
9:17 pm
Thank You very much for the information. Now for the fun part...Testing Todd ... in ... cost ... any version of InterBase fully utilises fine-grained multi- ...
92103 toddmxz Send Email Feb 1, 2008
9:20 pm
Thank you very much for the information Adam I appreciate you taking the time to answer me. Todd ... in ... It ... a ... You ... excluding SMP. ... connection ...
92104 poulinr Send Email Feb 1, 2008
9:52 pm
See the following screen capture. I can't connect to any databse. It is a new installation, last release of firebird Windows XP SP2. I have open port 3050 on...
92105 Matthew Metlis
mmetlis Send Email
Feb 1, 2008
10:01 pm
I think this is actually the fix I need. I can get things to work properly if I run the appropriate gfix command to enable forced writes, from a command line,...
92106 poulinr Send Email Feb 1, 2008
10:26 pm
Up to date: =========== I got this message for most of the database install by Delphi RAD 2007 http://i28.tinypic.com/2whfdyo.jpg Of the 4 databases installed...
92107 Helen Borrie
helebor Send Email
Feb 1, 2008
10:32 pm
... 1. Make sure you don't have an InterBase server running! 2. Make certain your database utility is loading the Firebird 2 client library. 3. If your...
92108 poulinr Send Email Feb 1, 2008
10:39 pm
Thank You Helen .... is it still the same considering my update post (i'm able to open only one database from the 4 installed by delphi 2007). (see my post...
92109 Helen Borrie
helebor Send Email
Feb 1, 2008
11:38 pm
... Yes. Don't try to connect to InterBase databases with ODS > 10. If you can connect to dbdemos then it is because it is still in an older...
92110 poulinr Send Email Feb 2, 2008
12:14 am
Does it means that i have to install Interbase if i want to test the D2007 db demo projects? ... 2007). ... you can connect to dbdemos then it is because it is...
92111 Fidel Viegas
javaguru_uk Send Email
Feb 2, 2008
12:24 am
... Yes. Just like Helen said, if the database was created with Interbase 7 or higher, than you won't be able to use it with Firebird. All the best, Fidel....
92112 poulinr Send Email Feb 2, 2008
12:37 am
OK. - Is ther any tool to make interbase 7 databases compatible with the firebird server?...
92113 Helen Borrie
helebor Send Email
Feb 2, 2008
12:42 am
... If it were me, and my life depended on being able to use those databases with Firebird 2, I'd want to: 1) verify that the problem really *is* due to...
92114 poulinr Send Email Feb 2, 2008
1:02 am
ha ha... it is not life dependent. I have extract the delphi5 demo databse from disk. Still, using the Firebird server, i'm not able to open them within D2007...
92115 Helen Borrie
helebor Send Email
Feb 2, 2008
1:23 am
... That sounds as though your utility is using the wrong client library. Check the directory structure where that utility is installed, in case there is a...
92116 poulinr Send Email Feb 2, 2008
2:50 am
Hello - Using the Firebird server i'm now able to open all D5 interbase databases with Firebird Maestro; D2007 interbase databases do not open as expected....
92117 tomkrej Send Email Feb 2, 2008
4:57 pm
May be using embedded server default character set of Your OS (instead of NONE as TCP/IP connection to remote server), try to define the character set in...
92118 Jean Derrie Rigo
jean_rigo Send Email
Feb 2, 2008
10:40 pm
Hi, I need a little help with a simple SQL. I have a VIEW with UNION statement and on the SELECT's statements exists a BLOB field. In the last versions works...
92119 Alexandre Benson Smith
thoriblist Send Email
Feb 2, 2008
10:52 pm
... This is a known issue, in the devel-list (where the questions about pre-relrease, betas, etc. versions should be placed) you will se the discussion about...
92120 Dmitry Yemanov
dimitr_ex Send Email
Feb 2, 2008
11:09 pm
... This will be fixed in RC2. ... UNION DISTINCT implies sorting. Dmitry...
92121 Jean Derrie Rigo
jean_rigo Send Email
Feb 2, 2008
11:18 pm
I can solve this with a Cast(FieldBlob as Varchar(xxxx)), but there is some other way??? I have a lot of Views in that situation… Tanks for help… Jean ...
92122 Nando Dessena
nandod2ita Send Email
Feb 3, 2008
7:59 am
Jean, J> I can solve this with a Cast(FieldBlob as Varchar(xxxx)), but there is some J> other way??? I have a lot of Views in that situation… Have you read...
92123 olegshkuro Send Email Feb 3, 2008
11:47 am
After the upgrading from v1.5 to v2.0.3 gbak doesn't work like previous: slackware-linux:#gbak -C -P 4098 backupfile.bk dbfile.fdb 200000 ../somedir/dbfile.fb1...
Messages 92094 - 92123 of 121784   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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