Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Migrate old paradox tables to Sqlite

Last night's new project was the rewriting of an ancient Delphi program with a paradox database. As usual, I looked for solutions online, but since I couldn't find a simple and working free solution, I wrote one instead.

The solution is a quite simple Python code (not as clean as should ;)

required dependencies: ( pip intall )

  • pypxlab
  • sqlite3

Usage

python gv_converter.py -c cp852 -i "F:\many\many\folder\db\MYPARADOX1.DB" "F:\many\many\folder\db\MYPARADOX2.DB"  -o "F:\where\I\want\my\migrated_sqlite.db"

Feel free to write me on errors and request (if U cleanup the code just create a pull request :)

More articles, code examples: https://gecsevar.hu

About

Migrate your old paradox tables to Sqlite database

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages