Subject | RE: [IBO] fastest IB_Cursor... how??? |
---|---|
Author | Calin Pirtea |
Post date | 2006-09-07T04:26:37Z |
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.
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