Subject | Re: [IBO] TIBOQuery: Can't get SqlOrder.add to work: Correction |
---|---|
Author | Helen Borrie |
Post date | 2007-12-16T22:37:19Z |
At 11:58 PM 16/12/2007, Mitch Landor wrote:
Fb 2 is a full release, not a sub-release. (And TIBODataset vs. native IBO is not the issue! Ask Martijn.)
FWIW, I would never "generally recommend" sticking with a data access interface that was written before your database engine version existed. When you upgrade to a whole new version of the DB engine you've got a migration task that certainly affects your application code and may also affect your PSQL code, CHECK constraints and other stuff in your DBs. Hopefully it's easy for your case...but there's usually more to it than just installing the binaries and going with the flow.
Helen
>I'm using FB 2.0.0. Would you generally recommend that I upgrade toAh, your database is still ODS 10 then. ;-)
>IBO 4.8 given that I am only using the TIBO TDataset compatible
>components?
Fb 2 is a full release, not a sub-release. (And TIBODataset vs. native IBO is not the issue! Ask Martijn.)
FWIW, I would never "generally recommend" sticking with a data access interface that was written before your database engine version existed. When you upgrade to a whole new version of the DB engine you've got a migration task that certainly affects your application code and may also affect your PSQL code, CHECK constraints and other stuff in your DBs. Hopefully it's easy for your case...but there's usually more to it than just installing the binaries and going with the flow.
Helen