CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    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

  2. #2
    Join Date
    Nov 2004
    Location
    Poland
    Posts
    1,355

    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)?

  3. #3
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309

    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.

  4. #4
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Re: Double Byte to Single Byte

    Quote 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
  •  





Click Here to Expand Forum to Full Width

Featured