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
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