Why my ARABIC field is not working in Query request ?

942
2
03-01-2019 02:35 AM
SaraEL_MALKI
Occasional Contributor II

Hello guys,

I'm working with arcGIS API for Javascript, ArcGIS for server 10.6

I have a filed in arabic called "arabic_name", I am working in a geodatabase stored in Oracle

this same query used to work in .shp files, once I changed to .gdb it's not working anymore,it says (No records found.) what can I do ?

please tag anyone that can help me out !

ArcGIS API for JavaScript

Robert Scheitlin, GISP‌ 

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Sara,

  Sorry I do not have any advice for using languages other than english.

0 Kudos
SabriGhaith
New Contributor III

Hello Sara,

For Arabic, try NOM_ARABE = N'أسيد بن ظهير'

You have to add the prefix N.

"Prefix Unicode character string constants with the letter N. Without the N prefix, the string is converted to the default code page of the database. This default code page may not recognize certain characters." quote end.

Thanks,

Sabri

0 Kudos