Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unicode and Multilanguage support

Status
Not open for further replies.

cyberme

Technical User
Jul 22, 2008
1
Hi,

I am using SQL Server 7 (1033), VB 6 sp 4 and ADO 2.5

I have a table with 3 NVARCHAR (Unicode) columns. Each contains a different language.

1. How can I view the columns using a differeny font for each column, with the SQL Enterprise Manager or any other tool that comes with SQL Server.

2. I have an Index on the Russian column

Using ADO I connect to the table and load it into the VB DBComboBox (OLE)

I set the Font and I can see the Russian characters - BUT THE ORDER IS WRONG...

(The ADO is using "SELECT RColumn from Tablw Order By RColumn")

Why is coming in the wrong order ???

Thanks,

Arnon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top