Re: [sqlite] Tcl/SQLite application best practices ???

2008-10-17 Thread Rob Sciuk
On Fri, 17 Oct 2008, Michael Schlenker wrote: > It depends a bit on what you try to write and what other constraints you > have or are ok to accept. > > Michael Danke Michael. Yes, I see what you mean. My intent was of course to mate a generic procedural tcl with sqlite, and add a rich data

Re: [sqlite] Tcl/SQLite application best practices ???

2008-10-17 Thread Michael Schlenker
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