Answer the question
In order to leave comments, you need to log in
How to read data from .DBX file?
Good day. There is a file with the .DBX extension, which contains a certain database (students, classes, visits, etc. and connections between them. The clear structure is not clear to me, because I cannot open it yet). It is necessary to get all this data from this file and use it in a program written in Java. How to do it? It just didn't work to read the file from Java (an encoding problem), and besides, I think it's not right to read complex data with complex relationships between them just byte by byte. Google gives a trace. definitions for this extension:
1. message file. outlook express mail
2. visual foxpro database file.
What to do ?
Answer the question
In order to leave comments, you need to log in
Find a header at the beginning of the file and use it to determine whose creation. Further, if it is a database, then find the driver and use it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question