... Maybe I just didn't see the woods for trees; you're completely right - this is semantically the same; I changed that. But it still doesn't work and I mean...
For test and develope reasons, I need to check programs running over FB 1.5.3 and FB 2.0rc3. But installing both servers same time, I only get a lot of...
Hi all... I'm running a small application against a small FB 2.0 RC 3 database The main functions used by my application are giving me the following results ...
... hmm....this seems to work ok. But after every 20 lines, it would print the feldname: Concatenation ====================== Is there any way to turn this...
... Eihter set the interval to some big values so that heading is written only once using command line parameter -page 100000 Or switch it off completely using...
... I just have done everything you wrote and guess what? The record got updated. Here are my table and trigger: CREATE TABLE DIC ( ID INTEGER, ASTERM...
Dimitry Sibiryakov
SD@...
Aug 1, 2006 8:47 am
78336
... How long is a piece of string? You can learn a lot from looking at the plan to see what indexes are being used. 1. You can make questions like this more...
... It should if you also: 1) remove all FB-related keys from registry; 2) change name of named pipe (not necessary); 3) disable creation if internal window; ...
Dimitry Sibiryakov
SD@...
Aug 1, 2006 8:53 am
78338
... FB does not have clustered index. Tables in FB database are normally fragmented. Defragmentation would make things slower. For every PK constraint FB...
Dimitry Sibiryakov
SD@...
Aug 1, 2006 8:55 am
78339
... Well, what i'm looking for is for isql to stop displaying the header altogether. i tried SET HEADING OFF; But it didn't work. Command Error: SET HEADING...
Hi David, the people who wrote IBExpert have a tool called ibmonitor which sits on the server and acts as a proxy for firebird. This I think can profile the...
... I don't think this problem has anything to do with recursion and that the solution is very simple. BEFORE triggers should be used to modify the values of...
Tks very much for the clues, but you know some page or article (or other message) where explain step by step, the dual installation? Sorry but I have not much...
... But the "connect to IB with FB's gbak" trick should still work? Thomas, also check out http://www.clevercomponents.com/products/datapump/ibdatapump.asp HTH...
... AFAIR it is described in FB2 release notes. I doubt that this link can help you, but anyway: http://forum.ibase.ru/phpBB2/viewtopic.php?t=745 -- SY,...
Dimitry Sibiryakov
SD@...
Aug 1, 2006 9:51 am
78346
... I saw reports that it doesn't. -- SY, Dimitry Sibiryakov....
Sorry, I wasn't sure when transportable backups stopped working between the two as I have been I FB man since the beginning. Sorry about the dumb question and...
... It works! Read the instructions on how to change the port number for one of the FB instances. I think you have to delete the Registry keys in order to make...
Hi, I've read the FAQ, the Novice Guide, the article on how to connect under Linux, I've also Google'd - however, I can't seem to find a starting point. This...
Thanks Woody and Adam. I have done something similar, but it not uses a Shared Folder, I'am using a separate Firebird database. This way I do'nt worry about...
Hi, ... Yes. You've got a VERY long running transaction and your transaction management is incorrect. Martijn Tonies Database Workbench - development tool for...
Which one? The "Oldest active" or the "OIdest transaction"? Can i obtain some information about this transaction? Is there some document that talks about how...
Working on converting a an IB 7.5 DDL script to FB 2.0 I have a BLOB SUB_TYPE 0 SEGMENT SIZE -1 DBW doesn't seem to like the dash of -1. I am assuming that...