... I ran into this a long time ago. The answer I got from Jason is that this is by design. GetText is an event of the dataset/source and that does not know...
Hi Helen ... Yes. It is our 'server application' and it runs on the same machine as the DB & FB Server. ... Connection is via TCP/IP and NOT by local host....
I forgot to tell everyone that I've gone out of town for a while. Things have been hectic and I've not been able to get internet service as I had liked. I...
Hello Ib04.6b fb2.0rc3 d2006 I am redesigning an old application in preparation of the fb 2.0 release. On one form there are about 30 Tib_storedproc components...
... It needs to be clearly understood that you don't use tib_dsql for running SPs that are designed to return (and subsequently display) data. Use a proper...
Hello, I had a problem with FB 1.5.3, that crashed, when inserting 50 records. Using TIBOQuery: StartTransaction; ... Inserting, InsertTriggers ... ...
Hello Helen, thanks for your quick response. ... is a ... I know, it was just pseudo-code. ... I'll pay attention to, but I think that can't be the reason. (1...
... It will be the cause of the error but you need to do the forensics to find what is making it happen. The clues are 'Too many savepoints' and the CPU...
Hi, ... It might be related to using "soft commits" aka "commit retaining" over a long period of time without using "hard commits" (simply "commit") from time...
Hi there, I want to extract only Triggers from a Database with a IB_Metadata-Component. I set the Entity etTrigger to true; lTrigger := TStringlist.Create; ...
... The TIB_Metadata stuff was written with object heirarchy in mind. Triggers (I considered) to belong to tables (as do constraints, indexes etc). So if a...
Hi Geoff, many thanks for your fast help. This really solve my problem. I don't need dependencies, cause I check them by myself. Many thanks.. Ronni...
Hiya, I have an app where I create a decent size database using an TIB_Script component. Works like a champ. On a slower machine, however, it takes a while...
Hello Helen, thanks for your support. (Besides - your book is great and did help me often :-) The background, why I discuss the problem in this group: I had my...
... Here lies your problem. ... This should be the other way around. Use explicit transactions; use Autocommit only in special circumstances. And, if you...
... I tried it, but got nothing (it doesn't seem to get executed at all). Maybe there's something else I need to do for it to work? Antti Kurenniemi...
A fast solution that i have used was to use a few TIB_Script components and progress bar that triggers between those scripts. ... TIB_Script ... takes a ... ...
Hi, does anyone use IBO 4.6Bc ? I installed it in D7 and D2006 and in IB_Queries, no inner join works. I get the message "Field not found" for the selected...
Hi Magno! If you have problems with IBO or Firebird, the best places to get help are on this list and firebird-support@yahoogroups.com respectively. Some ...
Hello Set I don't have possessions in IBO. I have a license trustware supplied months ago for Jason. However I changed my version of Delphi, before it was the...
I get the same problem with D2006 and TIBOQuery. I also get a exception with "Invalid KeyLinks entry:..." even though the keylink is the primary key of the...
I do, I have the following SQL in a TIBOQuery... SELECT LOCATION.LOCATION_ID, ... LOCTYPLU.LOCATION_TYPE, LOCTYPLU.TYPE_NAME FROM LOCATION INNER JOIN LOCTYPLU...