stanislavnba
New member
- Local time
- Tomorrow, 00:38
- Joined
- Aug 4, 2019
- Messages
- 9
Hello, Ive just migrated my database to SQL.
And everything seems to work just fine, but I have this problem. I live in Bulgaria, and most of my DB data is in Cyrillic.
When I try to search by Customer Name in Access , I cant.
When I go to SSMS , and do a query
SELECT * FROM PopulationInfo WHERE [First Name] LIKE N'Мария' ORDER BY ClientCode
it works.
Problem is I cant enter this code in Access Query.
It says syntax error , missing operator.
Can anybody help?
And everything seems to work just fine, but I have this problem. I live in Bulgaria, and most of my DB data is in Cyrillic.
When I try to search by Customer Name in Access , I cant.
When I go to SSMS , and do a query
SELECT * FROM PopulationInfo WHERE [First Name] LIKE N'Мария' ORDER BY ClientCode
it works.
Problem is I cant enter this code in Access Query.
It says syntax error , missing operator.
Can anybody help?