Re: DBI-Connect respondign slow

2007-10-30 Thread Jenda Krynicky
On 30 Oct 2007 at 12:48, anurag gupta wrote: > Hi All, > > I have an ASP page with Perl code in it. Now when i open a new session > than i am able to connect to the system and get the pages displayed > pretty fast. And also whatever database query i fire is executed > pretty fast. > > But if i pe

Fwd: DBI install error,can you help me?

2007-10-30 Thread Jonathan Leffler
Please use the mailing lists for support. Are you sure the compiler you have is the one used to build Perl? -- Forwarded message -- From: tedabc <[EMAIL PROTECTED]> Date: Oct 30, 2007 5:12 AM Subject: DBI install error,can you help me? To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

FIXED my AuthDBI problem

2007-10-30 Thread Bill Edwards
I fixed my AuthDBI problem by commenting out line 369 of AuthDBI.pm (version 1.06): # $sth->execute(); I am not sure of the purpose of this extra execute. -- Bill Edwards, Senior Programmer Frontier Science Technology Research Foundation/ Eastern Cooperative Oncology Group [EMA

DBI-Connect respondign slow

2007-10-30 Thread anurag gupta
Hi All, I have an ASP page with Perl code in it. Now when i open a new session than i am able to connect to the system and get the pages displayed pretty fast. And also whatever database query i fire is executed pretty fast. But if i perform any operation from an old session which is not active f