Hello!
I insert into table some records. I wrote it in Hebrew. When i retrieve it i got question marks. I understand that i have to use unicode but how?
The INSERT code was
INSERT INTO table_name (field1,field2)
VALUES ('value1 in Hebrew','value2 in Hebrew')
The result to the query "SELECT * FROM table_name"
was field1 field2
????? ??????
Thank you
Yaakov from Israel
I insert into table some records. I wrote it in Hebrew. When i retrieve it i got question marks. I understand that i have to use unicode but how?
The INSERT code was
INSERT INTO table_name (field1,field2)
VALUES ('value1 in Hebrew','value2 in Hebrew')
The result to the query "SELECT * FROM table_name"
was field1 field2
????? ??????
Thank you
Yaakov from Israel