Here is the source code
I could not find an example of something like this in the forums, so I wrote this. Essentially it enables me to write a console application and also use a List View to make selections based upon database queries. The point is to keep the PBCC application uncluttered.
To make it work you will need SQLite3.inc - try http://www.jose.it-berater.org/, and SQLite3.dll from http://www.sqlite3.org
In case you don't have the PBWin compiler, I included a zipped dll.
I could not find an example of something like this in the forums, so I wrote this. Essentially it enables me to write a console application and also use a List View to make selections based upon database queries. The point is to keep the PBCC application uncluttered.
To make it work you will need SQLite3.inc - try http://www.jose.it-berater.org/, and SQLite3.dll from http://www.sqlite3.org
In case you don't have the PBWin compiler, I included a zipped dll.
Comment