DotNet DataTypes

dwhite

Member
I am using OpenEdge 10.2.B and need access to the DotNet Long datatype as well as the Byte array. Is there some documentation somewhere that shows me how to reference those inside Progress?
 
Progress equivalent for DotNet Long data type is int64.
Progress equivalent for DotNet Byte array data type is memptr (or BLOB as column in a table).
 
Back
Top