I would like to announce my latest public development with PB:
A Sqlite query browser, where you can manage tables and build queries by clicking through table structure.
Actually I don't have an exact plan for program's future (maybe bump it to a sell-able version), but with the actual version, I would like to give a present to the PB community as a warm thank you for all your kind support in PB questions.
Here you can find the Windows/Mac download in one ZIP: http://www.xideas.de/purebasic/WSQB_PBC ... V10300.zipUPDATED VERSION V1.01 - it supports:
- assembling "UPDATE", "INSERT", "DELETE" querries
- editing of query result with a double click on the list-item
- more datatypes (beside the official one, requested by GG)
- default values for field setup
- multi-languages
- select language on INI-file
- ressources are stored on wsqb.db file, you can edit with the tool
- if language or ressource-text is not supported, it will be added automatically/instantly/once to the database, when the program comes to the point where it request a text ressource
UPDATED VERSION V1.02 - it supports:
- a recent database history
- a recent query history
- export of query result
- import of query
- export of database dump (optionally including data)
- view indexes on database tree (optionally)
- German/English and experimental French language support (via preferences file)
UPDATED VERSION V1.03 - it supports:
- it should support Unicode
- supports views
- "make view of actual query" function
- a few bug fixes
- it's based on WUI library (skinned surface is deactivated for community edition) - to be consistent with other PB tools
It includes a Windows and an experimental Mac version. Please feel free to test/use it.
I am looking forward to your comment, bug reports and suggestions.
Thanks community und PB-team for your great work.
CSAUER