Hello
I am working on macrons name fields in MSSQL 2000/2005 database and it is not working for the select where fiels is macron. sql could not understand the search the index for the macron field.
any one have any idea how to keep( different format) the macron record and search for that records ..
exam ple code below..
thanks
I am working on macrons name fields in MSSQL 2000/2005 database and it is not working for the select where fiels is macron. sql could not understand the search the index for the macron field.
any one have any idea how to keep( different format) the macron record and search for that records ..
exam ple code below..
Code:
select * from student where first_name like '%Māori%'”
Comment