Mysql Latin5 FieldName and SQL Problem
MY Mysql Server:
default character set : latin5
Platform : WinXP
Mysql version : 4.0.13
Problems:
char "I"
Problem 1:
my database: menus
my field :MenuID
My problem :
this query not work. because "Menuid" field not found
select * from Menus where Menuid=12
this query work:
select * from Menus where MenuId=12
Problem 2:
all query "I" char problem
eg : Select LIMIT ... not work...
and etc..
Help PLS
|