jdbc connection pool problem, help, thanks!

2008-02-24 Thread raybristol
Hi experts, I am looking for a library for managing connection pool as I can't use Tomcat, I found a couple of third party connection pool but with high coupling - using those require me to change quite a lot existing code, I am looking for something which can return a standard connection to

Re: Help Thanks!

2006-08-22 Thread obed
On 8/22/06, Karl Larsen [EMAIL PROTECTED] wrote: $ mysqladmin -U make new password for root doesn't work. can you copy the error? if you want to set the root password you can use mysqladmin -u root password newpwd -- http://www.obed.org.mx --- blog -- MySQL General Mailing List For list

Help Thanks!

2006-08-21 Thread Karl Larsen
I got a lot of good help from people on this list. Some of them got pissed at me because I was slow to use their suggestions. My reason was I could not believe someone would release a rpm(s) that required the user to make a directory not mentioned in the referance manual and change it's

RE: Query Help - Thanks

2004-02-29 Thread John Berman
Rhino This is great it works a treat Thanks Regards John Berman -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: 29 February 2004 13:40 To: [EMAIL PROTECTED]; 'Paul DuBois' Cc: [EMAIL PROTECTED] Subject: Re: Query Help I hope you don't mind me butting in but your note

Re: Query Help - Thanks

2004-02-29 Thread Michael Stassen
I'd like to add an alternate solution. All these subselects and unions seem overly complicated to me, when you could accomplish the same thing with a single join. Also, union requires mysql 4.0.x or higher and subselects require mysql 4.1 or higher. (Of course, you are obviously using 4.1+