Dear SCRIPTCASE,
I am trying to insert/update/search/order records in Russian language.
I was able to insert and to update records using N’text’ for the fields with Russian characters where text = russian text.
Example: INSERT INTO dbo.cities (CITY ) VALUES (N’ГОРОД’) or UPDATE dbo.cities SET city = N’ГОРОД’ WHERE id =1.
For this I made my own buttons for save new record and for update record but How could I hide the default Save buttons?
Could you tell me please if it is possible to change SCRIPTCASE software to put N’text’ for all text fields automatically?
Thank you very much,