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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 language problem.

Author  Topic 

rajeshkumar77
Starting Member

46 Posts

Posted - 2002-06-05 : 09:45:33
Dear friends,
I am using SQL Server english version. However, I need to insert korean language characters (Hangul characters) into my database.
When i am trying to insert, it is taking. But i cannot view the korean characters in my front end.
Please help me what shall i do..
do i have to install korean version sql server ?
please help me.
Thanks in advance.
Yours
Rajesh

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-06-05 : 09:50:18
What are you using for a front-end? If it is ASP, you need to modify the character set used by the ASP page to generate the output:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=14953
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=15448

Go to Top of Page

rajeshkumar77
Starting Member

46 Posts

Posted - 2002-06-05 : 09:54:08
Dear Mr. robvolk
Thank you for your fast reply.
I am using jsp as my front-end. please help me, what shall i do..
which charset do i have to use.
Thank you for your time.
yours
Rajesh

quote:

What are you using for a front-end? If it is ASP, you need to modify the character set used by the ASP page to generate the output:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=14953
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=15448





Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-06-05 : 09:59:59
I don't know JSP, but they are fairly similar. Check a JSP forum and look for anything that sets the character set for the page. It's an HTML standard too, so you might want to check here:

http://www.w3c.org

That's the internet standards page, you'll find more information there on international character support.

Go to Top of Page

rajeshkumar77
Starting Member

46 Posts

Posted - 2002-06-05 : 10:10:33
Dear Mr. robvolk
Once again, thank you very much for your help.
Now i will check jsp and html forums. and i will let you know, if i get the solution.
Thank you for spending time for me.
Yours
Rajesh

quote:

I don't know JSP, but they are fairly similar. Check a JSP forum and look for anything that sets the character set for the page. It's an HTML standard too, so you might want to check here:

http://www.w3c.org

That's the internet standards page, you'll find more information there on international character support.





Go to Top of Page
   

- Advertisement -