It's very frustrating to keep watching bug reports getting fixed for versions I can't use. There are 41 bug fixes in 2.1.2 many of which bit me, even some show...
While I agree with you that the more complex statement would have not accounted for NULL values, but as I said, there are six records with the values given;...
Larry Johnson
larry@...
Nov 1, 2008 4:27 pm
98029
Hello ! I am a great "supporter" of Firebird, since I discovered a few years ago that, not only it included an embedded server that I could use in Delphi with...
Philippe Taymans
philippe.taymans@...
Nov 1, 2008 4:53 pm
98030
... You already have index named as one you want to create. Regards, Vlad...
There is already an index on that column, true, but it isn't declared as a primary key, as far as I can tell. I'll check into this more, though. One ...
Larry Johnson
larry@...
Nov 1, 2008 5:25 pm
98032
... AFAIK 2.1.2 should be released in November (and 2.0.5 as well). best regards Pavel Cisar IBPhoenix...
AFAIK, your "Interbase" Delphi objects are looking for the Interbase DLL. FB 2.1 uses fbclient.dll. Copy fbclient.dll to gds32.dll. Put gds32.dll in the...
... Thanks! I get it there's no buildable source tree out there before the release or at least I was unable to find it (same for 2.5b1). And maybe the roadmap...
... RDB$INDEX_5 is probably a unique index on a system table (RDB$INDICES, probably). A default name for a primary key index will be of the form RDB$PRIMARYn...
First: sorry for a looooong report! I don't even know if this is the best group to post in - maybe the IBO group more relevant? Or, maybe this is stuff for the...
gbak backup error - Doesn't always stop at the same place. Would stopping the server and doing a backup with no users, then a restore help? So far has...
Tom Conrad
tmc@...
Nov 2, 2008 1:39 am
98038
... There *is* a buildable source tree for the every FB version. Just checkout the necessary branch (B2_1_Release for v2.1.x) of the module "firebird2" in CVS....
... How often you have this problem ? How much time it works properly before disconnecting ? What users are doing in meantime (maybe they go away from computer...
Bogusław Brandys
brandys@...
Nov 2, 2008 11:56 am
98040
... It seems to be at irregular intervals. Users look up something in a document or ask a colleague - and when they return: stop! The shortest pauses aren't...
... Do you use firewall ? Or some intermediate network hardware between client and server hosts (such as switch or hub) ? Sometime brocken HW may cause such ...
A query on RDB$INDICES returns this information about my table: "PK_MEDIATYPE ", "MEDIATYPE ", 1, 1, <Null>, 1, <Null>,...
Larry Johnson
larry@...
Nov 2, 2008 4:40 pm
98043
... between client and ... Yes, there is a firewall. The network is structured into "zones". I'll ask if they can double check hardware (if possible). A...
Trying to test D2009 and Firebird i had the following problem: When the FB database has UTF8 fields: Case 1: using the IBXpress Components provided by D2009 i...
For a coming "erp light" project we're deciding between firebird and postgres and just can't make up our minds, have good experience with fb, but firebird is...
tjelvar eriksson
tjelvar@...
Nov 2, 2008 8:29 pm
98050
... No, the table doesn't have a primary key. This query result tells you that the index is unique (the fourth field) and that it is not system-defined...
I am receiving the following error messages in the firebird.log. 138794-WE Sun Nov 02 08:40:38 2008 XNET error: Unable to initialize child process 138794-WE...
... when the query returns no result, then you would see a row of nulls. The database server does not send this result: it is manufactured by your utility...
... Antonio, nothing is missing, you are ussing the IBSQL utility and I am ussing an external debug table to see the results since in my case the select (see...
Since you and Antonio gets a different result, that means that the problem could well be in the code of your stored procedure, Yannis. So, I'd say the source...
... You see exact reason in firebird.log You using CS and Windows failed to CreateProcess. Why ? The most often reason - out of memory or other sensitive...