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.

Messages

  Messages Help
Advanced
Messages 92094 - 92123 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
92094
Ciao , someone could explain exactly difference between these data types: DECIMAL FLOAT DOUBLE NUMERIC naturally in firebird.... Codebue Fabio ...
Codebue Fabio - P-Soft
fcodebue
Offline Send Email
Feb 1, 2008
8:35 am
92095
... 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...
Lester Caine
lscesuk
Offline Send Email
Feb 1, 2008
8:44 am
92096
... 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...
Ivan Prenosil
iprenosil
Offline Send Email
Feb 1, 2008
12:02 pm
92097
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...
solutionsdxb
Offline Send Email
Feb 1, 2008
12:33 pm
92098
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...
Eduardo Lopez
dar_alle
Offline Send Email
Feb 1, 2008
1:50 pm
92099
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...
Ann W. Harrison
annwharrison
Offline Send Email
Feb 1, 2008
4:39 pm
92100
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....
Matthew Metlis
mmetlis
Offline Send Email
Feb 1, 2008
5:53 pm
92101
... 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...
Ann W. Harrison
annwharrison
Offline Send Email
Feb 1, 2008
6:59 pm
92102
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- ...
toddmxz
Offline Send Email
Feb 1, 2008
9:17 pm
92103
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 ...
toddmxz
Offline Send Email
Feb 1, 2008
9:20 pm
92104
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...
poulinr
Offline Send Email
Feb 1, 2008
9:52 pm
92105
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,...
Matthew Metlis
mmetlis
Offline Send Email
Feb 1, 2008
10:01 pm
92106
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...
poulinr
Offline Send Email
Feb 1, 2008
10:26 pm
92107
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2008
10:32 pm
92108
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...
poulinr
Offline Send Email
Feb 1, 2008
10:39 pm
92109
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2008
11:38 pm
92110
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...
poulinr
Offline Send Email
Feb 2, 2008
12:14 am
92111
... 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....
Fidel Viegas
javaguru_uk
Offline Send Email
Feb 2, 2008
12:24 am
92112
OK. - Is ther any tool to make interbase 7 databases compatible with the firebird server?...
poulinr
Offline Send Email
Feb 2, 2008
12:37 am
92113
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2008
12:42 am
92114
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...
poulinr
Offline Send Email
Feb 2, 2008
1:02 am
92115
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2008
1:23 am
92116
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....
poulinr
Offline Send Email
Feb 2, 2008
2:50 am
92117
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...
tomkrej
Offline Send Email
Feb 2, 2008
4:57 pm
92118
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...
Jean Derrie Rigo
jean_rigo
Offline Send Email
Feb 2, 2008
10:40 pm
92119
... 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...
Alexandre Benson Smith
thoriblist
Offline Send Email
Feb 2, 2008
10:52 pm
92120
... This will be fixed in RC2. ... UNION DISTINCT implies sorting. Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Feb 2, 2008
11:09 pm
92121
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 ...
Jean Derrie Rigo
jean_rigo
Offline Send Email
Feb 2, 2008
11:18 pm
92122
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...
Nando Dessena
nandod2ita
Offline Send Email
Feb 3, 2008
7:59 am
92123
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...
olegshkuro
Offline Send Email
Feb 3, 2008
11:47 am
Messages 92094 - 92123 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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