borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (displaying images in VB6 datagrid)Next Topic (how to make a back-up/recovery system for an access database..) New Topic New Poll Post Reply
AndreaVB Forum : Database : UniCode with SQL Server
Poster Message
lbuntha
Level: Scholar

Registered: 05-05-2006
Posts: 39

icon UniCode with SQL Server

I am using Unicode(khmer Unicode) with SQL Server, but sql server doesn't support with unicode. What data type SQL supports with Unicode?
Thank for reply!

[Edited by lbuntha on 06-08-2006 at 01:00 PM GMT]

____________________________
ly buntha

06-08-2006 at 12:59 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 536
icon Re: UniCode with SQL Server

Hi,
Use the data types :-
nchar
Fixed-length Unicode data with a maximum length of 4,000 characters

nvarchar
Variable-length Unicode data with a maximum length of 4,000 characters

ntext
Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,741,823) characters.

Check here for an overview of using Unicode Data :-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/acdata/ac_8_con_03_6voh.asp



[Edited by GeoffS on 06-08-2006 at 02:03 PM GMT]

____________________________
multi-tasking - the ability to hang more than one app. at the same time.

06-08-2006 at 02:01 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : UniCode with SQL Server
Previous Topic (displaying images in VB6 datagrid)Next Topic (how to make a back-up/recovery system for an access database..) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder