Again mod_perl and DBI and DBD-Sybase and a WARNING

2004-08-18 Thread Miguel Covas O'Ryan
After a several months struggling with it I've been able to use DBI with mod_perl on a HP-UX machine and a Sybase server. I had to install DBI 1.43 and DBD Sybase 1.04 There are several issues with this bussines. First of all the question of locating the interfaces file for Sybase. Using

Mod_Perl and DBI

2002-08-02 Thread Soheil Shaghaghi
Hello everone, I was running Peerl 5.6.0, Apache 1.3.4, and mod_perl 1.27 on a FreeBSD server. I upgraded to Perl 5.6.1, and since then I have been having a few problems with DBI: 1. If I add mod_perl to a site, the httpd server will not start. PerlModule Apache::Registry

Mod_Perl and DBI Problem Revised

2002-08-02 Thread Soheil Shaghaghi
Hello everone, I was running Peerl 5.6.0, Apache 1.3.4, and mod_perl 1.27 on a FreeBSD server. I upgraded to Perl 5.6.1, and since then I have been having a few problems with DBI: 1. If I add mod_perl to a site, the httpd server will not start. PerlModule Apache::Registry

Re: mod_perl and dbi

2001-11-03 Thread Gerald Richter
Then how does it comparable with CGI::FastCGI and what are differences between FastCGI and embperl package? Embperl and FastCGI are different things. FastCGI is a CGI accelarator, it speeds up CGI execution, but you still have to write standard CGI scripts. Embperl is a templating system. It

Re: mod_perl and dbi

2001-11-02 Thread MADI REDDY GARI SUBBA REDDY
Andy Duncan wrote: Hi Dan, Can someone give me some examples of high-volume, high-profile sites using mod_perl and dbi? A lot of people use Embperl (HTML::Embperl), often with mod_perl and DBI. You can see some of these sites here: = http://perl.apache.org/embperl/Sites.pod.1.html A lot

Re: mod_perl and dbi

2001-10-30 Thread Andy Duncan
Hi Dan, Can someone give me some examples of high-volume, high-profile sites using mod_perl and dbi? A lot of people use Embperl (HTML::Embperl), often with mod_perl and DBI. You can see some of these sites here: = http://perl.apache.org/embperl/Sites.pod.1.html A lot of other people also

mod_perl and dbi

2001-10-29 Thread Dan Horne
Can someone give me some examples of high-volume, high-profile sites using mod_perl and dbi? Thanks Dan

Re: mod_perl and dbi

2001-10-29 Thread MPM
A good starting place is http://perl.apache.org/stories/ . Its a nice list. There is also the etoys article on perl.com http://www.perl.com/pub/a/2001/10/17/etoys.html The company I work for runs mod_perl and dbi. www.musiciansfriend.com is listed in whats related as 'in top 3964 sites on web

RE: mod_perl and DBI

2001-10-17 Thread Sterin, Ilya
to the way it handles each process. Ilya -Original Message- From: Mark Riehl To: '[EMAIL PROTECTED]' Sent: 10/17/01 11:02 AM Subject: mod_perl and DBI All - We're putting together a Web-based application using Perl CGI, Apache, and DBI to connect to a MySQL database (all running on one

RE: mod_perl and DBI

2001-10-17 Thread Wilson, Doug
than the equivalent DBI code. mod_perl won't help much, if at all. Best solution might be to have your CGI download the file and use the native load facility.

RE: mod_perl and DBI

2001-10-17 Thread Sterin, Ilya
Perl interpreter part of the question:-) Ilya -Original Message- From: Wilson, Doug To: 'Mark Riehl'; '[EMAIL PROTECTED]' Sent: 10/17/01 11:24 AM Subject: RE: mod_perl and DBI Let me clarify that I think Ilya and I are answering different questions, and not positive which question was being

RE: mod_perl and DBI

2001-10-17 Thread Sterin, Ilya
To: ''[EMAIL PROTECTED]' ' Sent: 10/17/01 12:29 PM Subject: RE: mod_perl and DBI Ilya/Doug - Thanks for the info. Sorry for not being too clear. Our application will have an upload of a large (~5 MB) XML file, it will need to be parsed, and then stored in the database. The database will then be manipulated

RE: mod_perl and DBI

2001-10-17 Thread Wilson, Doug
From: Mark Riehl [mailto:[EMAIL PROTECTED]] Ilya/Doug - Thanks for the info. Sorry for not being too clear. Our application will have an upload of a large (~5 MB) XML file, it will need to be parsed, and then stored in the database. The database will then be manipulated by another

RE: mod_perl and DBI

2001-10-17 Thread Mike Schienle
At 1:04 PM -0600 10/17/01, Sterin, Ilya wrote: No, I can't recall what it is in mysql, but it's similar to Oracle SQL loader. It allows to insert data based on different specifications, delimiters, etc... Maybe someone more familiar with MySQL can comment. That would be something like:

working with buttons, Apache::Session, mod_perl and DBI.

2001-09-13 Thread Karina Nahagama
My name is Karina Nagahama. I'm working on Windows NT, Apache, Perl, mod_perl Oracle8 and DBI. I'm making a homepage with mod_perl. I'm working with mod_perl because I want to use the Apache::Session and the DBI module. The problem that I have is : I wrote the homepage in a .pm file,and I'm

Re: working with buttons, Apache::Session, mod_perl and DBI.

2001-09-13 Thread Tatsuhiko Miyagawa
On Thu, 13 Sep 2001 17:56:21 +0900 Karina Nahagama [EMAIL PROTECTED] wrote: Is there a way to execute the Onclick event of a button working with Perl,Apache::Session and DBI? You can't. Button/OnClick is a client-side JavaScript stuff, nothing related to mod_perl or DBI, server-side ones