This sounds like a good idea for the future. Concerning to your suggestion of using a windows program to connect to the database, you could just use the Bamcompile program (
http://www.bambalam.se/bamcompile/ ) to compile/embed txtSQL into a binary, along with a simple connector script. You could then use the command line to access the database. You could also use Winbinder (
http://winbinder.org/ ) to create a native Windows GUI to connect to the database. Importing and exporting could be done via SQL, once txtSQL supports it. You could also change it the table structure into a simplified and more universal format, so that it could then be transferred to MySQL, SQLite etc. by some sort of convertor module. Anyway, these are all good ideas, but right now I think the priority is to get the SQL support up and running.