database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
ㆍMS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MS-SQL Q&A 2064 게시물 읽기
No. 2064
한글 collate
작성자
usdba
작성일
2005-06-30 08:18
조회수
3,684

?? ??????? ??? ??? ??? ????.

?? table ?, column1?? ??, column2?? ??.. ????? ??????

table create ? ? ??? ?? ?? collate statement ? ??? ?? ????

? ?? ????? ????

?? ??? ???????.

 

 

 

이 글에 대한 댓글이 총 3건 있습니다.

쓰시는 곳에서 한글이 똑바로 안보입니다.

그냥 영어로 질문하세요 그래야 알아볼 수 있을 것 같습니다.

 

석이님이 2005-07-01 20:34에 작성한 댓글입니다. Edit

I've never used Hangeul database before, so somebody help me   that what have I done wrong for the below steps :

For my testing purpose, I created the database with the collation name of Korean_Wansung_CS_AS and created the testing table, say, Test1 with "id" column (int), and "description" (varchar(1000)) column.

I made some testing program using ASP.NET with VB.NET with Visual Studio.NET 2003. And I inserted some Hangeul value into this table.

When I see the value from the Query Analyzer, the Hangeul value that I inserted was broken. Same thing happened if I see it from the Browser.

 

Can you tell me what steps did I missing to make it correctly working?

In order to insert and retrieve the Hangeul value, how do you guys do in Korea?

 Thank you in advance.

usdba님이 2005-07-08 09:15에 작성한 댓글입니다. Edit

You use 'nvarchar' data type that define "description" column.

 

Create table test

(

    id int

    ,description   nvarchar(500) -- nvarchar =>unicode datatype

) ;

가을남자님이 2005-07-14 00:44에 작성한 댓글입니다. Edit
[Top]
No.
제목
작성자
작성일
조회
2067패스워드 암호화 입력은 어떻게하나요? [5]
오서방
2005-07-01
4760
2066SQL Server 오류 '80040e31' [1]
2005-06-30
14571
2065SQL Server 오류 '80040e31'
권남섭
2005-06-30
3514
2064한글 collate [3]
usdba
2005-06-30
3684
2063mssql 의 저장영역에 대한 질문(인덱스..) [6]
sqler
2005-06-29
6627
2061필드의 코멘트를 알수 있을까요 [2]
peter
2005-06-28
2733
2060정기 작업을 만들려는데 변환좀 해주세요...^^;; [3]
peter
2005-06-28
2250
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.020초, 이곳 서비스는
	PostgreSQL v16.4로 자료를 관리합니다