Example schema cache file creation
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Example schema cache file creation
The following event-driven application allows you to
create partial schema cache files for any combination of tables
in the sports2000 database.
The main procedure, i-schcs1.p, presents
all the available sports2000 database tables in
a multiple selection list and a field to enter a name for the schema
cache file.
i-schcs1.p
|
When you click Save to File, it connects
to the sports2000 database, and calls i-schcs2.p,
which reads the selected tables and saves the resulting schema cache
file in the current working directory.
i-schcs2.p
|
The main procedure then disconnects the sports2000 database
to allow new table selections for a different schema cache file.