Re: [AOLSERVER] ns_db and multibyte support

2008-04-09 Thread Rajesh nair
Darren, The Content-Type is set to *text/html; charset=utf-8*. Though the way I have done is /*ns_set put [ns_conn outputheaders] Content-Type text/html; charset=utf-8 */I tried the meta tag equivalent too but no luck! /* */-- Rajesh Nair/* */ Darren Ferguson wrote: I had similar issues

Re: [AOLSERVER] ns_db and multibyte support

2008-04-09 Thread Rajesh nair
was doing to get the correct results. This lead me to believe there is scope for enhancing nsmysql to set such variables (much like Mysql JDBC driver) to ease the life of developers. Hope this helps others-- -- Rajesh Nair Darren Ferguson wrote: I had similar issues and in the head component

[AOLSERVER] ns_db and multibyte support

2008-04-02 Thread Rajesh nair
]} { for {set i 0} {$i $numcols} {incr i} { ns_puts :[ns_set value $row $i] } ns_puts br } I understand that I need to specify the encoding to get the correct tcl strings in ns_set but cannot find the way to do so. Any pointers? Thanks in advance-- -- Rajesh

Re: [AOLSERVER] Calling mysql procedure using nsmysql

2007-12-28 Thread Rajesh nair
try the driver with CLIENT_MULTI_RESULT always set? -- ReC *From:* AOLserver Discussion [mailto:[EMAIL PROTECTED] *On Behalf Of *Rajesh nair *Sent:* Wednesday, December 26, 2007 9:22 AM *To:* AOLSERVER

Re: [AOLSERVER] Calling mysql procedure using nsmysql

2007-12-26 Thread Rajesh nair
accessible by server ns_section ns/server/${servername}/db ns_param defaultpool mysqlpool ns_param pools * But this did not work! Any pointers would be greatly appreciated! Rajesh Nair Hello Dossy, An i using a too new libmysql? Does nsmysql needs updating

Re: [AOLSERVER] ns_db sp_* API not working with MS SQL server 2005

2007-12-18 Thread Rajesh nair
did notice that nsfreetds wiki http://panoptic.com/wiki/aolserver/Nsfreetds_FAQ mentions that ns_db sp_* API is incomplete. Btw, I am using AOLServer 4.5 and the nsfreetds version is the 0.4 --- Rajesh Nair -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED

[AOLSERVER] ns_db sp_* API not working with MS SQL server 2005

2007-12-17 Thread Rajesh Nair
' but in this case I am unable to get the return value from the stored procedure. Also not sure if this is the right way to execute a stored procedure as this is very much db specific --Rajesh Nair -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email