Subject Re: Re: Re: [IBO] FBServer has a GPFault (Whats wrong with my code)
Author Helen Borrie
At 10:58 AM 2/04/2003 +0530, you wrote:

> >From : Helen Borrie <helebor@...>
> >Now, to try and reduce the noise in this thread, I'm going to mention some
> >things that are relevant to what you are doing here. This message is too
> >rambly for me to spend the hours necessary on addressing it.
>
>Fair enough, reducing the whole thing to one point and one thank you
>
>1. Is it OK to use TIB_Connection with TIBOQuery or is it recommended to
>use TIBODatabase.

If you use TIB_Connection, you don't get any of the properties from the
TDatabase/TDataset architecture. I have no way of telling whether this
matters in your conditions. As I've said before, you *can* do hybrids,
where there's need for it. But, for an IBO "newbie" who's still thinking
in the TDatabase/TDataset mode, I'd suggest sticking with the familiar and
using TIBODatabase, which also gives you TIB_Connection and the ability to
use explicit transactions (TIBOTransaction).

Helen