Pocket Chess Database

JamesC

Member
Licensed User
I've just finished my first Basic4ppc application and made it available for download. It basically extracts data from a text file, rearranges it a bit and displays it using tables! It was pretty much cobbled together while I learnt how to use Basic4ppc, but was fairly easy to do thanks to the help files and great support from this forum!

http://pocketchess.50webs.com/
 

manu

Active Member
Licensed User
Longtime User
Hi Jamesc.

In the version for Desktop ,not create an index file with the same name as the pgn .
 

JamesC

Member
Licensed User
Hi Manu,

Thanks for the feedback. When I open d:\folder\filename.pgn, the program should create an index file d:\folder\filename.pig. The desktop version seems to work ok for me, so I'm not sure what the problem is.

regards

JamesC
 

JamesC

Member
Licensed User
New version using SQLite

games.png
search.png


I've rewritten the program to use an SQLite database. The speed seems quite reasonable. It can be downloaded from Pocket Chess Database

The source code is here pcd1.sbp

No doubt there is room for many improvements!

James
 
Last edited:
Top