RE: persistent DB connections

2006-06-06 Thread Gerald Richter
of the data base connection itself) by using Apache::DBI > -Alex > > > > -Original Message- > > From: Gerald Richter [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 06, 2006 1:40 PM > > To: embperl@perl.apache.org > > Cc: Hartmaier Alexander >

RE: persistent DB connections

2006-06-06 Thread Hartmaier Alexander
rom: Gerald Richter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 06, 2006 1:40 PM > To: embperl@perl.apache.org > Cc: Hartmaier Alexander > Subject: Re: persistent DB connections > > Am Dienstag, 6. Juni 2006 13:22 schrieb Hartmaier Alexander: > > Hi Gerald! > > >

Re: persistent DB connections

2006-06-06 Thread Gerald Richter
> -Alex > > > -Original Message- > > From: Gerald Richter [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 06, 2006 11:59 AM > > To: embperl@perl.apache.org > > Cc: Hartmaier Alexander > > Subject: Re: persistent DB connections > > > >

RE: persistent DB connections

2006-06-06 Thread Hartmaier Alexander
maier Alexander > Subject: Re: persistent DB connections > > Am Montag, 29. Mai 2006 11:05 schrieb Hartmaier Alexander: > > If i use $epapp, where/when should I set it? Can it be done in my > apache2 > > config? (startup.pl) Same question for the global var... > > You should n

Re: persistent DB connections

2006-06-06 Thread Gerald Richter
; Sent: Monday, May 29, 2006 6:31 AM > > To: Hartmaier Alexander; embperl@perl.apache.org > > Subject: RE: persistent DB connections > > > > > I want to use my DBIx::Class module to access the db and want > > > to store a DBIx::Class::Schema object which hold

RE: persistent DB connections

2006-05-29 Thread Hartmaier Alexander
der; embperl@perl.apache.org > Subject: RE: persistent DB connections > > > > > I want to use my DBIx::Class module to access the db and want > > to store a DBIx::Class::Schema object which holds a db > > connection somewhere, so I can access it from my embperl >

RE: persistent DB connections

2006-05-28 Thread Gerald Richter
> > I want to use my DBIx::Class module to access the db and want > to store a DBIx::Class::Schema object which holds a db > connection somewhere, so I can access it from my embperl > pages and my embperl library I include with > > Execute ({ inputfile => 'nacadminlib.epl', import => 1 }); >