hi people 

i have (as many other people here)  encoding problems with greek language 

i have a mysql dadabase runing on winXP with greek content

i try a very simple query using cocoon 2.1 using two different connection 
methods

1. using MySQLConnector/j (3.0)
2. using ODBC connection


in case [1] i dont get greek characters
in case [2] i get greek characters corectly but is not the way i want 
because in production mysql and cocoon will be in a linux box ?

in my simple example i just execute a .xsp and a xml serialization

i have try the simplest query:

                        <esql:connection>
                                <esql:pool>talanto_work</esql:pool>
                                <esql:execute-query>
                                        <esql:query>select * from contact</esql:query>
                                        <esql:results>
                                                <customers>
                                                        <esql:row-results>
                                                                <customer>
                                                                        
<esql:get-columns/>
                                                                </customer>
                                                        </esql:row-results>
                                                </customers>
                                        </esql:results>
                                </esql:execute-query>
                        </esql:connection>



any idea ?


thnx 
--stavros


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to