... Thanks. So there's nothing inside the Client API or IBO? Is there a way to tell if a given fbclient.dll is the normal Client Library or a renamed...
Hello All I have following query: SELECT H_O.H_ORDER_ID , H_O.H_ORDER_TYPE , H_O.CUSTOMER_ID , H_O.ORDERED_DATE , H_O.CONTAINER_ID , H_O.SURVEYOR_ID ,...
Hi IBOs, qTEST := TIB_Query.create(self); with qTEST do begin sql.add('select * from TABLE for insert'); Open; insert; FieldByName('RID').AsInteger := 12; ...
Howzat all. Is it possible to get the progress of a large BLOB download from a database? I have a case where the users would like to store files in the...
... I'm working on my next release. For now, rename everything in the 2006 package files to 2007 and manually build and install the packages and see how it...
... I don't generally care for bug tracking packages off the shelf. I've used some of them on projects I've had in the past and it was usually more work to...
Hi Thanks for the quick response Jason. Any idea of when you might have this ready? If its going to be in the next few days we might just wait :) Rob Martin ...
... Actually, please follow through with what I've requested and then if it works please send me the files for inclusion. This will allow me to spend my time...
Hi Fair enough. Will give it a go and end you through the files (do you just mean the DCUs?) Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03...
Hi Where do I find instructions on doing a manual install of IBO into Delphi? The Raw source file does not include and help in its help dir. -- Rob Martin ...
Thanks Helen I followed the instructions and used the BDS2006 project group. Everything worked perfectly. Jason asked If I could send him the files after...
... I've used ... more work ... was not ... system. ... much time ... apps to ... pressing ... Yes, but for instance I've a problem with IB_CombBox embedded in...
Hi I am getting a deadlock (sometimes) when I run the following code. ItemTypeQuery.Active := False; ItemTypeQuery.ParamByName('ItemRef').AsFloat := ...
... Can you please supply: 1. The SQL for ItemtypeQuery 2. The exception code and message that you get when you think you have a deadlock ... It is not...
Hi Helen Answers to you questions follow... ... SELECT * FROM pr_ItemTypeAccount(:ItemRef, :RegionRef); Would you like the SP also ? (it is fairly small) ... ...
Hi Another issue ... We have an application that automatically creates a DB based on a script. This works fine. However on my Vista test machine it is coming...
... Yup. ... A remote terminal client (which is what your command shell is on vista) can't use a local connection to create a database. Needs to be CREATE...
Your wonderful ! Thanks Helen. Changed to using the Server host and it works perfectly. That really helps me out heaps. I was really scratching my head with ...
#### a) here comes my "e_r_fbClientVersion" uses IB_Session; function FileVersion(const FName: string): string; var aFileName: array[0..MAX_PATH] of Char; ...
We get the following error when trying to install IBO4.7 build 16 (customer version) from the provided installer (Its a new installation of Turbo Delphi and...
Hi all, IB_Export doesn't export fields with more than 254 characters to a DBF file properly, unfortunately - it would have to create them as MEMO fields (and...