Results 1 to 2 of 2

Thread: Unicode using DAO - HELP!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    12
    As far as I know Unicode uses two bytes for every single character. Storing this in a normal string like your 'x' gives a problem because every character in the string uses a single byte?

    Don't know how to solve this except that you could set unicode-compression to true in the field 'HeadWord' of your access table. (which is the default setting btw)

  2. #2
    New Member
    Join Date
    Jul 2002
    Posts
    1
    Hey, thanks, but all strings in VB are unicode (double byte characters) by definition.

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