Re: [sqlite] using SQLite with mod_perl

2010-10-12 Thread Dami Laurent (PJ)
>-Message d'origine- >De : [email protected] [mailto:sqlite-users- >[email protected]] De la part de Clark Christensen >Envoyé : lundi, 11. octobre 2010 17:26 >À : General Discussion of SQLite Database >Objet : Re: [sqlite] using SQLite with mod_perl

Re: [sqlite] using SQLite with mod_perl

2010-10-11 Thread Clark Christensen
>So, I want all the perl modules to be loaded when Apache2 starts, and >then a $dbh created for each user when the user comes to the web site, >but not recreated for the same user on every reload. I am assuming >that would be the correct way to work speedily. I had the same problem, and it's a hug

Re: [sqlite] using SQLite with mod_perl

2010-10-10 Thread laurent dami
>-Message d'origine- >De : [email protected] [mailto:sqlite-users- >[email protected]] De la part de P Kishor >Envoyé : samedi, 9. octobre 2010 17:10 >I am just trying to solve the above. It may well be that sqlite and >mod_perl may not be good companions (in wh

Re: [sqlite] using SQLite with mod_perl

2010-10-09 Thread P Kishor
On Sat, Oct 9, 2010 at 6:24 AM, Simon Slavin wrote: > > On 9 Oct 2010, at 7:49am, P Kishor wrote: > >> > > My answers to these things are a little weird and I'm not sure I understand > at all what you're doing.  But it's a weekend so I'll answer anyway and let > you correct me where I've misund

Re: [sqlite] using SQLite with mod_perl

2010-10-09 Thread Simon Slavin
On 9 Oct 2010, at 7:49am, P Kishor wrote: > My answers to these things are a little weird and I'm not sure I understand at all what you're doing. But it's a weekend so I'll answer anyway and let you correct me where I've misunderstood it. >SELECT col1 FROM table WHERE condition; >if