Subject Re: [IBO] Correct way to use TIB_Cursor
Author Jason Wharton
TIB_Cursor.Open only opens the cursor. It doesn't automatically fetch the
first record. Use the First method which will close the cursor if Open and
then Open it and fetch a record.

Jason Wharton