Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>OpenEdge Data AdministrationNew to Visual Studio Code? Get it now.
OpenEdge Data Administration

OpenEdge Data Administration

KH-IT

kh-it.be
|
4 installs
| (0) | Free
OpenEdge Data Administration: database schema editor, future(dump/load, dataserver, ...)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OpenEdge Data Administration

A Visual Studio Code extension providing a modern data administration interface for OpenEdge databases — the equivalent of the classic Progress Data Administration tool, built natively into VS Code.

Features

  • Data Dictionary: View and edit database tables, fields, indexes, and sequences
  • Multi-Database Support: Work with multiple connected databases simultaneously
  • Real-time Updates: Changes are reflected immediately in the database

Requirements

  • OpenEdge installation (Progress 4GL)

Extension Settings

This extension contributes the following settings:

  • dictionary.httpPort: HTTP port for the Dictionary backend server (default: 4002)
  • dictionary.ablSocketPort: Socket port for ABL communication (default: 23458)

Usage

  1. Open a workspace containing an openedge-project.json file
  2. Click the Dictionary Editor icon in the editor toolbar or explorer context menu
  3. The dictionary editor will open in a new panel

Implementation Status

This extension aims to cover the full feature set of the Progress Data Administration tool. The following checklist tracks what has been implemented and what is still pending.

Data Dictionary

  • [x] Browse tables, fields, indexes, and sequences
  • [x] Create / edit / delete tables
  • [x] Create / edit / delete fields
  • [x] Create / edit / delete indexes
  • [x] Create / edit / delete sequences
  • [ ] Triggers (view / edit field- and table-level triggers)
  • [ ] Views

Admin

  • [ ] Database identification (view/edit database properties)
  • [ ] Dump definitions (.df schema dump)
  • [ ] Load definitions (.df schema load)
  • [ ] Dump incremental definitions
  • [ ] Load incremental definitions
  • [ ] Dump data (.d data dump per table)
  • [ ] Load data (.d data load per table)
  • [ ] Dump sequence values
  • [ ] Load sequence values
  • [ ] Dump security permissions
  • [ ] Load security permissions
  • [ ] Bulk dump / load (binary)
  • [ ] CDC (Change Data Capture) dump / load
  • [ ] Security — domain management
  • [ ] Security — permissions management
  • [ ] Security — encryption policy management
  • [ ] Alternate buffer pool configuration
  • [ ] Database options

Dataserver

  • [ ] MS SQL Server — schema pull (create OpenEdge schema from MS SQL)
  • [ ] MS SQL Server — schema migration / update
  • [ ] MS SQL Server — connect / verify connection
  • [ ] Oracle — schema pull
  • [ ] Oracle — schema migration / update
  • [ ] Oracle — connect / verify connection
  • [ ] ODBC — schema pull
  • [ ] ODBC — schema migration / update
  • [ ] Schema comparison (OpenEdge vs foreign DB)

Utilities

  • [ ] Quick reports (tables, fields, indexes, sequences, views, triggers, user-defined)
  • [ ] Print reports
  • [ ] Verify / validate schema
  • [ ] Update schema (after structural changes)
  • [ ] Database identification history
  • [ ] Send SQL to database

Development

See SETUP.md for development setup instructions.

License

UNLICENSED

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft