|
-
May 4th, 2005, 09:22 AM
#1
Double Byte to Single Byte
Most of the characters are stored in a Single byte but some Japanese
Characters requires Two Bytes to store Characters. Is there anyway to
store those characters in a Single byte? I am looking for the query or
any other tool. Is this possible with SQL Server or any other
programming Languages?
Madhivanan
Failing to plan is Planning to fail
-
May 5th, 2005, 08:29 AM
#2
Re: Double Byte to Single Byte
Is there anyway to
store those characters in a Single byte?
What for?
Isn't it better to use N-characters (NVARCHAR for example)?
-
May 5th, 2005, 01:27 PM
#3
Re: Double Byte to Single Byte
Potentially you could but it would be neither pratical and may cause a number of issues when you try to query the data.
-
May 6th, 2005, 12:55 AM
#4
Re: Double Byte to Single Byte
 Originally Posted by antares686
Potentially you could but it would be neither pratical and may cause a number of issues when you try to query the data.
Can you give an example?
Madhivanan
Failing to plan is Planning to fail
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|