The data format is proprietary to 4D and unlike a SQL dump, and the schema is stored in separate files.
.4DC contains compiled code, gui, and a database structure (schema). The data itself is in .4DD.
To open the back door so you can interact with it, you need .4DB, which is an unrelated structure (both code and gui). There probably also is a password required to open .4DB in design mode.
4D supports ODBC connections (at least in some versions). If you are lucky that this can be activated, and you can access it by running the compiled application, and then fulfilling your requests against it.
source share