Hi Jason, How are you progressing with this issue, are you anywhere near a resolution yet? I think this is the only problem I'm stuck on, every think else is...
Good to hear!!! It is a tought issue so is it taking me a bit. I hit blobs pretty hard getting calculated blob fields supported. Jason Wharton ... From: "Sean"...
Hi I have downloaded and installed IBObjects 4.9.6Beta in my Delphi 2010. Somewhere in my program just after I connect to a DB I read the value dbVersion Which...
Michael, I am also having trouble with the Database (Path, Protocol, Server) property and the component editor. The values are not being retreived and stored...
Hi, I have the latest IBO4.9.6a Beta and Delphi 2010 and the dbVersion parameter is returning the correct value, IBODatabase1.Characteristics.dbVersion...
hi all, i am using TIB_Currency try to input -300,000.78 but the result stuck in -3.00.00 display format setting = ',0.00;-,0.00' anyone knows what happen? ...
I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join...
I think you are correct that this was an attempt at an optimization that didn't take into consideration the usage case of embedded controls. In which case...
I have decided to revert back the Blob handling in the prior version. It was taking me too long to get everything working again and I don't want to hold up the...
Congratulations Jason, Great job. Calin Pirtea From: Jason Wharton Sent: Monday, 2 November 2009 10:22 PM I have decided to revert back the Blob handling in...
Hi Jason, That's good news. I was wondering why anyone would need/want calculated blobs in the first place, but obviously someone did!!! Regards, Sean....
I put this release out to all areas. This is a release candiate. I would appreciate getting as much feedback as quickly as possible as to any critical...
I put out a free evaluation version of IB Objects at www.ibobjects.com. Thanks for all feedback! Jason Wharton [Non-text portions of this message have been...
Hello Jason, I want to download the new version, but my account is expired. I have bought the last update on 18-Aug-2009 with invoice WEB107635. Since about...
... Here's the reply I received on Oct 19: My computer had a problem and I am getting it fixed. Your order will be restored when the new machine is repaired. ...
... Jason, I can confirm that the installation from RAW worked without error into D2010. Apps compiled without error. Blob contents display correctly, and the...
Using IBO 4.9.7, BCB6, Windows XP. Firebird 1.5.6 running as service. The DATABASEDIR exists and is empty. The code snippet: // The macro "zz" traces and sets...
What I posted was not quite correct. My code actually looks like this: qryAddCall->Prepare(); sTrace += "b"; qryAddCall->Insert(); sTrace += "c"; and the code...
Apparently it is already in insert mode. Unlike TIBOQuery, TIB_Query allows records to be inserted without opening the query. Jason Wharton ... From:...
... Thank you. In fact, changing to cpTCP_IP worked, even without prefixing the DATABASEDIR with "localhost:". However, fbserver.exe was running, not...