when i try to create table an error is occured
its reason is character problem.
for example following query gives error :
Code:
create table Aile(no int(2),AnaAdı char(20),BabAdı char(20));
word wtih problem is
BabaAdı
ı -------------> Turkish Character
How can i recognize
Turkish-character set ?????????????