Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Multi language support

Author  Topic 

shiva.embd
Starting Member

1 Post

Posted - 2007-04-25 : 10:55:40
I am trying to execute a query which has the Greek letter as below. But it is not returning any rows even though I have a row exists in database matching the condition below.

select ID from pmf where portfolio = 'ãç1'

I am using the ODBC connection to execute the query.

Shiva

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-04-25 : 10:56:14
select ID from pmf where portfolio = N'ãç1'


_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -