Hi, I just want to reiterate the concerns of others. It's good to hear that Jason is working behind the scenes. I'm sure he knows how critical IBO is to many...
... be ... Will that "new version" be a version that is trying to keep up with the latest versions of InterBase and Firebird or will this also be a version...
... would ... to ... Ah, D2009 support as well, that will be quite a lot of changes, I guess. Martijn Tonies Database Workbench - tool for InterBase, Firebird,...
Hi Helen, ... You sure do not point to Jason's blog? It shows up as a "Reported Attack Site" in Firefox.... But, ignoring that, apart from the "coming soon!"...
... Sure. But there is a link to Jason's blog. And that link is reported as malicious. By Google, that is. If you try a Google-search for this blog, you will...
Dear Helen, you appear to have access to Jason, and know more than the rest of us. He has been quite 'ABSENT' from the list for some time now. I've been...
... Not a lot more. I used to do regular support and documentation work for Jason under contract but have not been officially doing so for a year now. ... I...
Hy, I have a IB_Grid in a Form and wont to make a Rangeselect of row's. But when I select the first Row and i scroll down to the last Row i want select worked...
... as ... warning... ... Someone who can access Jason should tell him that it's not nice to spread viruses and trojans among his customers. I was stupid...
He is not kidding, maybe not using the right words... ;-) Google scans websites in search for maliciuous software. If it thinks it has found something, the...
There is a zero percent chance that Jason would ever do something like this intentionally. The guy is 100% square honest. Please be careful of the comments. ...
Hi all. I'm looking for some ideas how to handle situations where the users have really long lists of records that they want to browse. I have a couple of such...
I have a component which internally contains an IB_Cursor and exposes and SQL property. This works fine. Now I want to expose the OnPrepareSQL event which I'm...
... Usually, you do that in the constructor of your component with something along the line: ... begin FCursor.OnPrepareSQL := PrepareSQL; end If FCursor is...
I,m working on an application that uses Delphi7, IBObjects 4.6, and Firebird 2.1. I can have multiple users simultaneously inserting records to a table...
... You need IBO 4.8 for Fb 2.1 because IBO 4.6 doesn't have any support for the API changes in Fb 2.x. ... Frankly, you really need to understand the various...
Why do you think you need a table lock? I'm not saying it is incorrect, it is just an unusual requirement when using Firebird. When doing DDL (Data definition...
... for the API changes in Fb 2.x. ... you can set for transactions. You don't do explicit locking with Firebird or Interbase, although with Firebird and also...
Thankyou Thomas That is what I did but it didnt work because I had defined procedure PrepareSQL(Sender: TObject) instead of procedure PrepareSQL(Sender:...
... for the API changes in Fb 2.x. ... you can set for transactions. You don't do explicit locking with Firebird or Interbase, although with Firebird and also...
... I think if you re-work the problem with different logic you can eliminate the need for locking the table. For instance, instead of checking if the item has...
Thank you Doug for your response... The idea of a time stamp is ok? But has problems based on real world scenario. On the corner case? If the time clocks...
... From: "olgreyfox15" <olgreyfox15@...> ... If you use the server's clock as the post time (which you should always do anyway), it won't matter what...
Same thought, slightly modified. Rather than a timestamp, you could use a generator and triggers similar to (I'm lousy at writing triggers, so there will be...