Bind .NET controls to CLOB fields
- Last Updated: June 19, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Binding .NET controls to an ABL CLOB (a Character
Large Object) field requires special care. You need to know that
the ProBindingSource exposes the CLOB data type to the .NET control
as a .NET System.String data type. Before
binding a CLOB field to a .NET control, check that it can
handle the System.String data type.