... Remember that UDP is unreliable if you need all of the other instances to answer, since it is a send-and-forget protocol. No control is done at UDP...
Hello Firebird User's Sorry my bad bad English I have a BIG problem. It's serious problem envolving Integrity of Database. I Have 200 users with Firebird...
Yes, the problem was that a InterBase server was running on my system and that the FireBird service hadn't been started by the installer. The InterBase server...
Svend Meyland Nicolai...
news@...
Dec 1, 2007 11:06 am
90874
... You can configure Firebird to run alongside a running IB server...but if you didn't configure it, it wouldn't work, since both IB and Firebird use the same...
... It is probably a logical corruption, caused by inactive constraints or constraint indexes when the ORDSALLES rows were created. ... No. "Power spikes" can...
Hi all, Does anybody know why (Firebird 1.5's) gsec writes normal output to stderr instead of stdout? Observed in batch mode with gsec -di. On both Linux and ...
A scheme like this is easily circumvented with a firewall. Maybe I'm a little paranoid, but my firewall is set such that permission for any kind of network...
... In Firebird 2.1 it *will be* possible to "abort" a transaction, by way of a DML query on the MON$--- tables. If a killed transaction left orphan records,...
... I problem I see here is when uses Terminal Services, all connections came from the same IP address see you ! -- Alexandre Benson Smith Development THOR...
Hello folks, First of all thank you for setting up this group. Second, I have a question regarding indexes and the CONTAINING in a SELECT. I think I have reade...
... CONTAINING cannot use an index. ... Store keywords, index those and search on the keywords? The trick is to store each keyword once, uniquely and also...
Hi all, Why sometimes when doing two phase recovery gfix ask for what operation should be done (commit, rollback ou neither) and sometimes it doesn't ask...
Hi all, I have to install a 1.5 version on a new box running Mandriva 2008. I need 1.5 for compatibility reason with Delphi components. I downloaded the rpm...
... I'm not sure, but what hardware are you running on? I'm running FB2.x from the distribution, on an AMD64 based system, which runs fine in classic mode, but...
... is to store each keyword once, uniquely and also case-insensitively if you want, in a separate table. Create an intersection table with foreign keys to...
... strange try the tar.gz package http://prdownloads.sourceforge.net/firebird/FirebirdSS- 1.5.4.4910-0.nptl.i686.tar.gz sometimes urpmi made unwanted check...
... http://prdownloads.sourceforge.net/firebird/FirebirdSS- ... Hello Philippe, It works fine with the tar.gz. Thanks a lot for your support. Cdlt Olivier...
... If all participants in the original transaction are available, Firebird will determine on its own whether the transaction should be committed or rolled...
... No, it is altogether different. But for name searches, where your search keys are going to be on the first characters of the first name or last name, you...
... first characters of the first name or last name, you don't need keywords. You would store two indexed columns: "First names" and "Last Name" plus (if you...
... Well, i don't know what to answer because all this sounds greek to me. Also i just started to use gfix for two phase recovery recently, when i discovered...
... sometimes ... http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;KNOWLEDGEBASE;ID='217' http://en.wikipedia.org/wiki/Two-phase_commit_protocol When a...
... Please look again at gfix output - there are two participants and both is prepared. Such transaction may be committed or rolled back and gfix asks what to...
... Hello, but what's about Firewalls?? We used this kind of controll, but we left it, because some users close the lines by firewalls, it's not a problem if...
Hi I have been reading about the UNICODE collation for UTF8 I FireBird version 2.0.x, and would like to clarify if I have understood it correctly by asking the...
Svend Meyland Nicolai...
news@...
Dec 3, 2007 10:54 am
90897
... Isn't it my case? The 2 participants are available and it seems both transactions were prepared. Regards, Fabiano....
Fabiano ... Vlad's right. I had originally written that if any transaction has committed, all must commit. Then I over simplified and said that if all are...
Hi all, I have a field defined with charset ISO8859_1 and collation PT_BR. There are accented values stored in its records. Is there a way to get these values...
Hi, ... AFAIK PT_BR is case/accent insensitive so it shouldn't be a problem for "search" (where...) purposes. But, if your problem is display issues, then I ...