Online Database changes using SQL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
OpenEdge now allows multiple database operations in SQL to be performed concurrently without interfering with each other.
The benefit of online operations is that OpenEdge SQL objects do not require an exclusive lock
and are accessible to other queries and operations.
- Rename field using SQL
- Drop a trigger
- SQL commands to modify schema