Subject RE: [IBO] fastest IB_Cursor... how???
Author Calin Pirtea
Hi Carlos,

TIB_SchemaCursor is TIB_Dataset and so is TIB_Cursor.

The only thing different for TIB_SchemaCursor is that it will use a transaction dedicated for schemacache. You do not want that for your components so don't use TIB_SchemaCursor.

TIB_Cursor is what you should use as Helen suggested.

Cheers,
Calin.

> -----Original Message-----
> From: Carlos GarcĂ­a Trujillo
>
> and why Jason use TIB_SchemaCursor??? are there some
> beneficts of the use of it???
>
> Thanx in advance