I have a DSS database file and I want to extract the database schemas from the file using Python. I actually need to execute queries on this database but I couldn't find any good documentation to start with. So, I decided if I can extract the schemas, I can create an SQLite database and run my experiments there.
The file content is like:
5a44 5353 8854 0000 6e04 0000 0700 0000362d 5146 14a2 2001 85a9 8c00 3037 4a554c31 3400 3330 4e4f 5631 3700 3132 3a35393a 3134 0000 0000 0010 0000 0100 00002000 0000 0500 0000 7f00 0000 df10 0000... ... ... ...... ... ... ...
Note. I am not familiar with DSS database.
Any help would be appreciated.