Consultor Eletrônico



Kbase P107958: Rowid fields in temp-tables incorrectly defined as instances of Progress.Open4GL.Rowid
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/09/2008
Status: Verified

SYMPTOM(s):

Generating .Net proxies using ProxyGen

4GL programs included in proxy use temp-tables as parameters

Temp-tables have fields defined as ROWID

When temp-tables are accessed from .Net client, ROWID fields are incorrectly defined as instances of Progress.Open4GL.Rowid instead of System.Byte arrays

FACT(s) (Environment):

OpenEdge 10.0x
Windows

CAUSE:

Bug# OE00119489

CAUSE:

The data mapping for the ROWID data type was improperly changed to a Progress specific data type. It is now mapped to the native .NET data type of System.Byte[]

FIX:

Upgrade to OpenEdge 10.0B04 or later