Subject | Re: [IBO] Correct way to use TIB_Cursor |
---|---|
Author | Jason Wharton |
Post date | 2003-08-13T06:08:14Z |
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
first record. Use the First method which will close the cursor if Open and
then Open it and fetch a record.
Jason Wharton