Subject TIB_Script
Author Bill Gage
I apologize for my numerous posts. I am trying to rewrite an
application to improve the performance. This means getting into the
nitty gritty of IBObjects.

When using a TIB_Script is the SQL that is posted to the database
treated differently than with a TIB_DSQL?

Would it be better to fill a TIB_Script with several UPDATE and
INSERT statements and then run the script, or rather just submit the
UPDATE or INSERT statements using a TIB_DSQL?

Bill