Re: [GENERAL] pgpoolAdmin:No such file or directory in /var/www/html/pgpoolAdmin-1.0.0/libs/Smarty.class.php on line 1258

2007-09-26 Thread Moiz Kothari
Hi Ashish, Looks like a smarty issue and not a pgpooladmin issue. Check your smarty global variables for folder paths. Regards, Moiz Kothari -- Hobby Site : http://dailyhealthtips.blogspot.com On 9/26/07, Ashish Karalkar <[EMAIL PROTECTED]> wrote: > > Hello All, > >

Re: [GENERAL] Number to Words Conversion

2007-11-02 Thread Moiz Kothari
Hi, You can use what bruce has suggested and get the value you want. eg. select trim(substring(cash_words('1520'), 1, position('dollars' in cash_words('1520'))-1)); will return you One thousand five hundred twenty (But ofcourse this eg. does not work for decima

Re: [GENERAL] Number to Words Conversion

2007-11-02 Thread Moiz Kothari
Hi, So how would it look like if you say "1520.50" what should it return you back? Regards, Moiz Kothari On 11/2/07, Yogesh Arora <[EMAIL PROTECTED]> wrote: > > Hi, > >As i am Working for Decimal Formats. is there any method to do it > in the same way.