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.
| Author |
Topic |
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2005-02-28 : 03:57:23
|
| Hi everyoneI have two databases one is bayan and other is clearance. both databases havesame table,view and records.it contains both arabic and english records.In clearance database when i try to fetch records as namw of arabic it is working but when i try with bayan databases.it runs but it doesnt display any records,is there anything like that to enable languages in sql server.query i am trying is like :select * from customers where cust_name_araib='here somearabic text'there is no problem with english in both databases.Please reply soonthanx in advance. |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-02-28 : 04:04:12
|
what collation does the arabic database use?Go with the flow & have fun! Else fight the flow |
 |
|
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2005-02-28 : 09:21:40
|
| hi everyonein both database i am getting as belowNo Column NameNULLwaiting for replyPlease help me outThanx and regards, |
 |
|
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2005-02-28 : 09:25:03
|
| hi evryonein both database i am getting as belowin Clearance i am gettingArabic_CI_ASand in BayanI am gettingSQL_latin1_General_CP1_CI_ASPlease help me outwaiting for reply.Thanx in advance |
 |
|
|
|
|
|