Param Name is Olny English?

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ripper-rocka
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 24.07.2006, 11:19

Param Name is Olny English?

Post by ripper-rocka »

hi..

Param Name is Olny English?

Code: Select all

 Sql.Add('Select * from epCode');
 Sql.Add(' Where 코드 = :코드');
 ParamByName('코드').AsString:= 'TEST';
this code no problem from 5.4.1
but :!: 'incorrect token follwed by ":"' error from 6.5.1

hmm...I want Korean... :wink:
ripper-rocka
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 24.07.2006, 11:19

hwo to multi byte charcharacter useing param name...

Post by ripper-rocka »

exam:

Code: Select all

 Sql.Add('Select * from epCode');
 Sql.Add(' Where Code = :"코드"'); // or use `
 ParamByName('코드').AsString:= 'TEST';
so..bad... :(
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

I think its only ascii and some special chars. But even if it wouldn't be so I STRONGLY recommend to use english names for params EVERYWHERE.
ripper-rocka
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 24.07.2006, 11:19

Post by ripper-rocka »

:x English Useing with Param Name the best means(?) I knows the fact that is.

but For a long time I used Hangul (Korean alphabet) which is my mother tongue in table name, column name and Param name backs from project of my most and i came.

Also support abandons this (uses Hangu the thing) it does as a favor from data base the thing the fool to be same thought, :( that multi amends a many project the thing very is difficult.

Anyway with previous version together is not English in Param Name and different character (2byte character) it will be able to use and a possibility of doing as a favor there probably is.
Post Reply