How to convert BDC database to sql

BDC is a babylon dictionary format. when you install babylon, the database is set to "C: \ ProgramData \ Babylon \ Gloss", but "ProgramData" is hidden. Now how to convert the BDC database to a different database format (sql and ...)? thanks;)

+8
sql database
source share
1 answer

Have you tried to open your native (Babylon) file in notepad or a similar text editor? If the Babylon files are opened as plain text, then you have some options that convert it to SQL. If the files of Babylon open with gibberish, you are probably out of luck.

0
source share

All Articles