AW: AW: Using mysql

2003-09-26 Thread Denis Banovic
ic Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: Using mysql I haven't looked at Apache::DBI but will the following code for DBI work for the Apache::DBI? use DBI; $dbh = DBI->connect('dbi:mysql:mydb','foo', 'hoo'); $sql = "SELECT * FROM mytab&qu

Re: Using mysql

2003-09-26 Thread Patrick Mulvany
Hi, My I suggest these links :- Before asking a database related question ... http://www.perlmonks.com/index.pl?node_id=264485 Speeding up the DBI http://www.perlmonks.com/index.pl?node_id=273952 Apache::DBI http://cpan.org/authors/id/A/AB/ABH/Apache-DBI-0.92.readme Hope it helps Paddy On

Re: AW: Using mysql

2003-09-26 Thread Chris Reinhardt
On Fri, 26 Sep 2003 [EMAIL PROTECTED] wrote: > I haven't looked at Apache::DBI but will the following code for DBI work > for the Apache::DBI? [snip code] Perhaps you should look at it first, ask questions second. :-) http://search.cpan.org/perldoc?Apache::DBI -- Chris Reinhardt -- [EMAI

Re: AW: Using mysql

2003-09-26 Thread perl
t; > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 26. September 2003 08:19 > An: [EMAIL PROTECTED] > Betreff: Using mysql > > > Is this the correct database package, DBI, to use with mod_perl 2? > > Also is there a connection caching? > > thanks, > -rkl >

AW: Using mysql

2003-09-25 Thread Denis Banovic
3 Salzburg Tel. 0662 / 644 688 ---[ Fax: 0662 / 644 688 - 88 http://www.ncm.at --- -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. September 2003 08:19 An: [EMAIL PROTECTED] Betr

Using mysql

2003-09-25 Thread perl
Is this the correct database package, DBI, to use with mod_perl 2? Also is there a connection caching? thanks, -rkl