D
D
Daulet Nurgali2018-04-25 07:07:05
Java
Daulet Nurgali, 2018-04-25 07:07:05

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

2 answer(s)
D
Dmitry Alexandrov, 2018-04-25
@jamakasi666

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.

A
Alexey Cheremisin, 2018-04-25
@leahch

Try this one - https://github.com/Yasas/xbase4j

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question