Bill Clay <[EMAIL PROTECTED]> wrote: > > Is there a reliable precomplied Windows binary of a post-3.3.6 CVS > version of SQLite available somewhere? If so, would it be possible to > package the TCL collation function so that it could be used with the > SQLite shell's new .load operation?
I think a better approach would be to use the Tcl/Tk implementation of the command-line shell at http://www.sqlite.org/cvstrac/wiki?p=ConsoleForTclTk You should be able to easily modify this script to add whatever collating sequences you need. > > -- Bill Clay > Charlotte NC > That's funny. I thought I was the only person in Charlotte that knew how to program in Tcl..... ;-) -- D. Richard Hipp <[EMAIL PROTECTED]>