SQLiter v1.02 up

BlitzMax Forums/BlitzMax Beginners Area/SQLiter v1.02 up

René(Posted 2006) [#1]
I just uploaded a new version of SQLiter. The new version contains seven additional methods to read all infos from a database like:
- number of tables in database
- table names
- the SQL syntax to create that table (very handy!)
- number of columns in a table
- column names
- type of column (INTEGER, TEXT, BLOB, ...)

For download follow the link in my signature.

For those who are new to SQLiter there is a tutorial in tutorial section of this board here

Hope you can use it,
René