Re: [sqlite] HOWTO: Adding Natural Sort To Sqlite Database...

2004-07-31 Thread gohaku
On Jul 30, 2004, at 1:49 PM, tezozomoc wrote: HOWTO: Adding Natural Sort To Sqlite Database... Assumption... this is based on SQLITE 2.8.6... forgive the aging.. I will make this very short and sweet... 1. Get the following two files: a.. strnatcmp.c, strnatcmp.h - the algorithm itself from a..

Re: [sqlite] sqlite3 crashing on OS X

2004-07-26 Thread gohaku
ble to open "test.db" in SQLite v3.0.0 but not in earlier versions. So, to answer your question, DBTest.app hasn't crashed. -gohaku

[sqlite] Can I SHOW TABLES with SQLite?

2004-07-25 Thread gohaku
Hi everyone, I was just curious if there is a way to see what tables have been created in a SQLite database. Thanks. -gohaku

[sqlite] any webhost that supports PHP and SQLite?

2004-07-22 Thread gohaku
Hi everyone, I apologize in advance if this is not the right place to ask this question but I am looking for a webhost that supports PHP and SQLite. Is there such a webhost or will I have to wait until some webhosts upgrades to PHP5? Thanks in advance. -gohaku

Re: [sqlite] Dealing with 2 versions of SQLite

2004-07-22 Thread gohaku
I reinstalled DBD-SQLite, will that Perl module know which version of SQLite to use? On Jul 21, 2004, at 10:37 PM, D. Richard Hipp wrote: gohaku wrote: I just installed SQLite v3.0.0. However, I still have v2.8.11 of the SQLite interpreter ( sqlite ) on my system. I would like to know

[sqlite] Improved Interpreter in latest SQLite version?

2004-07-19 Thread gohaku
ecuted. Does sqlite v3.0.2 include such an interpreter? Thanks in advance. -gohaku