Re: [SQL] insert problem with special characters

2003-05-14 Thread Randall Lucas
Hi John, (added to JDBC list) 1. What is your database encoding? Does it support the unicode OK? 2. Are you sure it's getting /stored/ as a question mark rather than just displayed as such? Remember, if it is stored correctly, but you look at it from a terminal that doesn't support the

Re: [SQL] bad query performance

2003-05-14 Thread Stephan Szabo
On Mon, 12 May 2003, Didrik Pinte wrote: Here is the query : SELECT profiles_et.username, profiles_et.name, profiles_et.firstname, profiles_et.email, company_et.name AS company, count(logs_et.dt) AS cnt,