Subject RE: [IBO] IBO 4.9.14 Build 46 released.
Author IBO Support List
Thomas,

No, it won't improve performance. It is disallowing direct binding when the
character set is different. This is because there needs to be a
transliteration between the character sets and so it has to use the AsString
property rather than just taking the raw bytes of the buffer.

Jason

-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Thomas Steinmaurer
Sent: 31 March 2012 02:58 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] IBO 4.9.14 Build 46 released.

Hello Jason,

one comment inline ....

> I just put out a new release. Please see the release notes below for
details of what has been done recently.
>
> 3/30/2012 Version 4.9 Release 14 [Build 46]
>
> I added a check to make sure the datapump takes the character set into
consideration when determining if columns should have direct buffer
reading/writing or if there needs to be transliteration between them.

Can this improve performance when using the TIB_DataPump component?


Thanks,
Thomas