WHAT'S THE EQUAIVALENT OF nvarachar in uipath?

I want to pass non-english text using insert query.So how to create a nvarchar in uipath,so that i can give insert into tbname values(N"Non-english text")

Thanks,

Hi @Stealth_Coder ,

Perhaps these posts will clarify your issue:

and https://docs.uipath.com/activities/docs/supported-character-encoding

Best regards,
Marius

Hey @Marius_Puscasu ,
What I’m trying to do is I’m inserting arabic text into database and while doing it …it goes as ??? ???
Database - Oracle
Characterset - Saudi(Arabic)

Hey @Marius_Puscasu ,
Both the solutions give me “???”

Hi @Stealth_Coder ,

UiPath string variable store arabic characters. Perhaps the issue is with the source of your variable content or the activity you are using to get the variable that do you want to pass data within your database

Hope this helps
Best regards,
Marius

@Marius_Puscasu ,
I use get text to get arabic string from a website - which is fine and i can too see in msg box.
But while inserting into oracle DB - using insert query - it gets inserted as “???”
That’s the problem.
Thanks,

Hi @Stealth_Coder ,

I’m afraid that UiPath Database Activities (such as Execute Query/Non Query) doesn’t seem to supported character encoding, these being the list of activities that support character encoding https://docs.uipath.com/activities/docs/supported-character-encoding

Perhaps you should directly raise a technical question to UiPath customer support https://www.uipath.com/company/contact-us/contact-technical-support

Best regards,
Marius