Re: Java and Mysql, problem with String encoding

2002-08-29 Thread Mark Matthews
John Deligiannis wrote: > Hello, > > I have an applet that uses mysql. I have added support for greek > and for data that are already in mysql, it works fine. When I add > other from my applet it prints "". > Another thing is that I construct a table from the resultSet using > two (String) ve

Java and Mysql, problem with String encoding

2002-08-29 Thread John Deligiannis
Thank you for your answer. I have to apologise for my bad post(I work 1 week on this problem and it was a desperite try). I have done what you suggested, but it partly works. Without "useUnicode=true" I didn't get anything right. With "useUnicode=true" I did get the data that were already in my

Java and Mysql, problem with String encoding

2002-08-29 Thread John Deligiannis
Hello, I have an applet that uses mysql. I have added support for greek and for data that are already in mysql, it works fine. When I add other from my applet it prints "". Another thing is that I construct a table from the resultSet using two (String) vectors. The table headers come out unre