Progress: Creation of Database

theio_plus

New Member
HI All,

Somebody give the answer for the following queston.

What are the Files will get generated on creation of a Progress Database?


Regards,
Theio.
 
HI All,

Somebody give the answer for the following queston.

What are the Files will get generated on creation of a Progress Database?


Regards,
Theio.

Whatever you have specified in your .st file. The .st file (structure file) defines what extents are created, how big they are and where they are stored. A .db and a .lg file will also be created.
 
Are you asking about what gets created in the file system? If so, then see Tom's answer. If you are asking about what tables are in the database itself, then it depends on what you initialize it with. If the DB is a copy of empty, then it will have only the schema files. But if it is a copy of something else, it will have whatever is in that.
 
Back
Top