On 23/05/12 15:39, Ken G. wrote:

Thank you. I am looking into SQLite3. It has a steep learning curve for
me. I'm still playing with it.

I assume that means you are new to SQL databases in general?
(Since SqLite is probably the easiest SQL database to use!)

If so then learning SQL is quite a big task although you shouild get the basics quite quickly. However in case you haven't seen it there is a GUI interface to SQLite that allows yypou to create and populate databases quickly. It can save a lot of SQL typing.

It can also do very basic query/report work too without any SQL. And for a little bit of SQL can do quite powerful things...

It may be all you need...

http://sourceforge.net/projects/sqlitebrowser/files/sqlitebrowser/2.0%20beta1/

Binaries for Windows and MacOS X, tarball for Linux.
But it should be available to install from most Linux distro repositories too.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to