Link to home
Start Free TrialLog in
Avatar of SLK
SLK

asked on

COLLATE question...

Hello. This is my first post here, and I hope I will get my problem solved. I started working on a DB in MSSQL Server (the trial version from MS site). That didn't look bad until I tried to create a DB in Serbian Cyrillic script. For DB, table, sp, view names I used english names, but the data had to be stored in cyrillic and displayed the same way on the asp page.

I used nvarchar data type which should be ok, in my stored procedures I used COLLATE CYRILLIC_GENERAL_BIN which should also be OK, but when I get something from a form, and send it to the table using a stored procedure (INSERT INTO) I get garbage characters. I tried changing setting many times, deleting the DB and making a new one, but nothing seemed to work.

Does anybody have any ideas. Please post if you do, I've been agonizing over this problem for a week now. Thank you in advance.
ASKER CERTIFIED SOLUTION
Avatar of naca
naca

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial