Subject RE: [IBO] InsertSQL
Author Helen Borrie
At 08:57 AM 3/05/2004 -0400, you wrote:

>BTW - I may be wrong, but from what I gather Helen explained to me it is
>better to use TIBOQuery for DSQL statements and TIB_Query for statements
>that return a result set. TIBOQuery has the same FieldByName method, so
>the syntax would be the same.

Oops, Eric, I would not have said such a thing. TIB_Cursor or TIB_DSQL for
execute statements, TIBOQuery or TIB_Query for select statements.

Helen