DBI + mysql

2002-02-03 Thread Neeraj Arora
Hello all, Just a simple question. I am using perl DBI to connect to mysql. Its like a daemon, so its always running. But whenever i get a signal it connects to a database( different database each time). So there are 2 ways to do it 1. I disconnect and connect each time 2. I connect and keep the d

Re: MySQL with TOMCAT and JSP giving problems..

2002-01-17 Thread Neeraj Arora
I have been using mysql with Tomcat without any problems. Can you please give a more detailed version of your problem so that it can be helped out. take it easy Neeraj On Thu, 17 Jan 2002 00:53:12 -0800 Jeremy Zawodny <[EMAIL PROTECTED]> wrote: > On Thu, Jan 17, 2002 at 12:48:58PM +0530, aravin

Re: Slow results with SELECT's that return large numbers of results

2001-12-05 Thread neeraj arora
Hi, I think indexing the column(s) can help you. But there are certain criteria before you use indexs (like number of duplicate values in the column ..blah blah..) u can find more on this page http://www.linux-mag.com/cgi-bin/printer.pl?issue=2001-06&article=mysql i hope this will help you. Neer