Re: [sqlite] Is the absence of msvcrt.dll a known issue with SQLite Windows 2000

2010-06-06 Thread Max Vlasov
On Sat, Jun 5, 2010 at 11:01 AM, Frank Church vfcli...@gmail.com wrote: On checking the sqlite3.dll docs it states the only additional requirement for it is msvcrt.dll. Frank, as long as I know it's just a variation of sqlite3.dll that uses MS C run-time dynamically linked vs statically. You

[sqlite] Is it possible to generate tf-idf matrix from the FTS3 table?

2010-06-06 Thread Han-Teng Liao
Hello, sqlite users, I intend to use my existing datasets stored in sqlite3 database for some linguistic analysis for Chinese language. After I have successfully installed and run the FTS3 Extension and ICU Extension, I am curious whether it is theoretically possible to generate the tf-idf

[sqlite] returning a larger snippet in FTS3 match

2010-06-06 Thread P Kishor
I would like to return a much larger snippet in the MATCH results than what comes back as default. Is it possible to specify a snippet length? -- Puneet Kishor ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite Database in Shared Memory

2010-06-06 Thread Jeremy Hinegardner
Another library option would be JLog https://labs.omniti.com/trac/jlog enjoy, -jeremy On Tue, May 11, 2010 at 02:44:18PM -0500, Manuj Bhatia wrote: I need to exchange messages across processes, not threads. And one of the reasons that I am inclined towards SQLite is that I do not want a