Is it possible to get a non-eval version of the latest IBO beta code? I don't see it on the download page when I login to the community site. Thanks! Toby -- ...
Hello. Helen previously helped me with the following line of code, and this was just what I needed then. IBOQuery1.AssignSQLWithSearch(IB_Query1); This was...
Hi, I love learning curves but at my age I don't have time to go through unproductive ones so would you help me to know exactly what I need (database tools,...
Dear All, i do have a problem and not know if it is my problem actually: I'm using IBO just for my hobby, so i'm not so experienced. Sorry for this. I do have...
Dear All, i do have a problem and not know if it is my problem actually: I'm using IBO just for my hobby, so i'm not so experienced. Sorry for this. I do have...
I am experiencing some persistent memory leak issues and although they seem to be related to IBObjects, they are undoubtedly because I am not following a...
I have a two tier FireBird based application using IB Objects 4.5...What would be the best way to handle network connection loss and how to reconnect? I have...
Is there any reason why the openclientlibrary is NOT made public? // This was a sub-procedure of AcquireOriginalHooks but Delphi6 (at least) // does not like...
Hi All, My new requirement is that i have to programitically backup my firebird database . I tried using IBOAdmin's backup service but found that it shows a...
Sir, I want to change the Firebird user password through D5 without using the GSEC utility. In the security database "security.fdb" the password is stored in...
Hi, Iam developing a 3-tier app. Although I'm new in this tecnology, i.ve developed several client/server apps. This is the scenario: in the middle-tier I 've...
Hi, with 4.6Bc my TIB_Query generates a wrong statement when used with filter Filter := 'MA=''' + FMA + ''39;'; the SQLQuery is: select kun.zentrale as zentrale,...
I am using Delphi 6 professional with IBO version 4.7.beta.12. When I try to compile an application which includes the unit IBF_Status, I get the above...
Hallo, ich bin bis einschließlich 07.01.2007 nicht im Haus und kann Ihre Nachricht frühestens am 08.01.2007 bearbeiten. In dringenden Fällen wenden Sie sich...
I'm using 4.7 Beta 12. Here's a code fragment: q := TIBOQuery.Create(Application); try with q do begin DatabaseName := StartupDM.dbCompany.DatabaseName; ...
IB_SQL_IBO_4_7_Beta12.exe, using 'Execute Script', fails to execute the script, which in turn is simular to the output of 'Extract MetaData DDL' SET TERM ^ ; ...
Hello, I get two emails after posting to the list … From: postmaster@... Mensagem não autorizada ... Palavra (the) proibida no campo Subject ... ...
I have the following setup IB_QueryANIMAL Select ANIMALNAME, ANIMALID from ANIMAL (simplified) IB_QueryPHOTOS Select ANIMALPHOTOANIMALID, ANIMALPHOTO,...
Fieldnames between Master and Detail don't have to be the same using TIBOQueries. I can send you an example, if you wish :) ... From: "Helen Borrie"...
How can I get automatic (or programmatic) completion of the foreign key field when inserting a detail row if the field name is different to the master key...
Hi! Really sorry to be such a PITA on this one. But I have come up with one more thing that confuses me. I have done a small test case with a simple stored...
Hi all. Is there a way to draw the odd lines in a TIB_Grid using OnGetCellProps and, at the same time, ignore the column that is the OrderingItemNo of the...
Hello everyone, I took over a project which accesses firebird through IBO. I used to do this via IBX. Now I see no way to switch the project "easy" to...
Hello Jason, If of interest, I emailed you a version of IB_SQL which shows the line number and character position of the cursor in all TMemo edit screens, by...
Hello Jason, As promised, I sent you privately a Memo editor demo with all options from TMS software It seems to everything you need Just load a MetaData SQL...
I have a table containing just 8 fields, however there may be upto several million data records within this table. I need to bring the record set back in...
Hi, I inherited a database where they created a blob field as type 2. I have to live with it for the moment. I need to store an XML schema in the field. I...
Hi Jason When working on a yearplanner for a new software release, I inadvertently used IB_DateTimePicker, instead of IB_Date. When trying to insert a record,...