If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Unicode Query in SQLSERVER

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-21-04, 05:04
HD_SQLDEV HD_SQLDEV is offline
Registered User
 
Join Date: Nov 2002
Location: Iran
Posts: 5
Unicode Query in SQLSERVER

I have a table in SqlServer with unicode fields(ntext,nvarchar,..) and the same table in Access with the same data.but a query on both table return defferent result. if i have unicode charachters in my query with sqlserver table it returns eof=true but the same query in access return eof=false
what is the problem?
what can i do?

Query String ="SELECT * FROM NewsTable WHERE Title like '%ق%'"
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On