... 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...
... 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...
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...
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...
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...
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....
... 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...
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- ...
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 ...
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...
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,...
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...
... 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...
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...
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...
... 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....
... 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...
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...
... 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...
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....
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...
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...
... 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...
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, 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...
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...