Hello Everyone.. <br>
I have been a silent member of the list mostly.. There is a slight problem that needs to be addressed rather urgently...<br>
The thing is that though unicode strings can be input and retrieved into the database through Zope.. <br>
For example, for the table EMPLOYEE&lt;emp_id, first_name, last_name,
salary&gt; the query select * from EMPLOYEE where emp_id = 3 (some
number) works<br>
but<br>
select * from EMPLOYEE where first_name= 'some unicode string' doesn't work...<br>
<br>
I'd appreciate some input on this..<br>
--JV.<br>
<br>