OK it did worked! I just should have been encoding to cp1255
search=cnrl.GetValue()
search= search.encode("cp1255")
cur.execute('select * from hebrew_words where word like ?',
['%'+search+'%'])
Thank you!
you are the best
--
http://mail.python.org/mailman/listinfo/python-list
