Consultor Eletrônico



Kbase P137652: proBindingSource ASSIGN method fails with CLOB field
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/31/2009
Status: Unverified

SYMPTOM(s):

proBindingSource ASSIGN method fails with CLOB field

ASSIGN method fails when CLOB field in record has data

Get-Current cannot compare LOB field <fieldname>. Set BindingSource:NoLOBs property to true so LOBs are ignored.

FACT(s) (Environment):

Windows
OpenEdge 10.2x

CAUSE:

Bug# OE00177925

FIX:

Upgrade to OpenEdge Release 10.2A01 or later

The fix introduces a new NoLOBs property on the proBindingSource object. The default value of this property is FALSE and if the data source contains LOB fields, and the intent is to use the bindingsource to update data, this property MUST be set to TRUE or an error will be returned. LOB fields cannot be updated using the bindingSource ASSIGN method but rather updates should be manually saved using attributes of the .NET object representing the LOB data.