[sqlite] ShawnMilo intro

2007-11-28 Thread Shawn Milochik
Hi. I just joined the list. I'm a developer who mainly works on the Linux command line with Makefiles, Perl one-liners, and some Perl and Python scripts. Nearly 100% of what I do is processing tab-delimited files. I live in Reading, PA. My main hobby is magic -- the art of illusion, not the card

[sqlite] Sqlite in Python on Bluehost Web hosting

2007-12-17 Thread Shawn Milochik
I searched the archives, but couldn't find a way to fix this on my own. I use Bluehost.com for Web hosting. I like Python. I like Sqlite. I'm trying to use the three together. Bluehost supports Python, and sqlite is installed. I have ssh access. However, there is no pysqlite2 or apsw support

[sqlite] (Solution) Using sqlite from PHP on Bluehost (and maybe your Web host)

2008-01-22 Thread Shawn Milochik
I use Bluehost.com for Web hosting. Overall they're great, but every once in a while there's a roadblock like this. Happily, this one was solved (using their knowledge base, no less), and I thought I'd share it in case others find it useful. No matter what method I used to try to connect to a

Re: [sqlite] Adding data to the end of a column

2008-01-30 Thread Shawn Milochik
-Original Message- From: jose isaias cabrera <[EMAIL PROTECTED]> Reply-To: sqlite-users@sqlite.org To: sqlite-users@sqlite.org Subject: [sqlite] Adding data to the end of a column Date: Wed, 30 Jan 2008 14:34:17 -0500 Greetings. Is there a way to add data to the end of a field? I know