Skip to content

SaschaLiebmann/paradox_to_sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%