Jet and Unicode Compression

D

Darren

Using Jet, I can create a table or alter a field and include Unicode
Compression by using the WITH COMP parameter.

This only seems to partly work.
After running the sql, I look at the db, Unicode Compression is turned on
for the field, but the field doesn't compress. If I manually change it to
NO, the field compresses.

If I create the field without it, then the reverse (normal) behavior
happens.

Very Strange...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top