Rob Sciuk schrieb: > Is there an example application which demonstrates good coding technique > for both tcl and sqlite to perform C.R.U.D. type operations?? I'm about > to develop a small proof of concept using tcl/tk and SQLite, and while I > have some ideas about mating the two, I'm sure that there may be some > sample applications which have cobbled together a handy database library > in an elegant coding style ... > > Any pointers would be deeply appreciated ...
There are a multitude of apps/libs that do such things, but not really a champion, because with Tcl you have some fractioned landscape regarding things like OO and db access currently. (hopefully this will change a bit with Tcl 8.6 which will ship with TDBC for database connections and the new core OO system). I found tcldb quite useful for this, but it depends on [incr Tcl], which isn't my OO system of choice. But it provides nice things already, see the screenshots: http://dqsoftware.sourceforge.net/ Other examples of CRUD operations could surely be extracted from the aolserver codebase, using the ns_ database layer. Other tools to have a look at might be the tcllib tie module and maybe the gridplus gui tools. Maybe also TAO (http://wiki.tcl.tk/tao). It depends a bit on what you try to write and what other constraints you have or are ok to accept. Michael -- Michael Schlenker Software Engineer CONTACT Software GmbH Tel.: +49 (421) 20153-80 Wiener Straße 1-3 Fax: +49 (421) 20153-41 28359 Bremen http://www.contact.de/ E-Mail: [EMAIL PROTECTED] Sitz der Gesellschaft: Bremen Geschäftsführer: Karl Heinz Zachries, Ralf Holtgrefe Eingetragen im Handelsregister des Amtsgerichts Bremen unter HRB 13215 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users