Try OpenEdge Now
SQL Development
OpenEdge SQL and Advanced Business Language Interoperability
:
ABL and OpenEdge SQL interaction in an OpenEdge application
:
Naming objects for OpenEdge SQL and ABL databases
:
Conventional identifiers
Conventional identifiers
Conventional SQL identifiers must:
Be limited to 32 characters
Begin with an uppercase letter or lowercase letter
Contain only letters (A-Z), digits (0-9), or the underscore character ( _ )
Not contain a hyphen
Not be reserved words, such as
CREATE
or
DROP
Only use ASCII characters only