|
|
SQLiteFrom it's web-site, "SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine". SQLite is by D. Richard Hipp and you can find out more about it here. The part that interested me was that there are TCL bindings to this library so that you can use it directly from a TCL application. This page is basically some notes I made when playing around with the TCL bindings. All my experimentation was on Microsoft Windows. A basic guide to using the TCL bindings is here on the SQLite web-site. Installation
That's it! UsingAs a novice to databases, I assume, the steps you will need are:
You can do all this using SQL embedded in the TCL script via the 'eval' command. See SQLite manual for more info. |
Site
Links
|
Site copyright of domain owner. All rights reserved. |