G
Guest
Hi All,
I'm using Access 2k
Using SQL I have been creating tables with some text fields.
Something along the lines of:
CREATE TABLE MyTable (MyTextField TEXT(50));
But - it is defaulting the Unicode Compression property of that table to be
NO and I don't want that.
So ... I try:
CREATE TABLE MyTable (MyTextField TEXT(50) WITH COMPRESSION);
But it throws back an error on the WITH.
Does anyone know why? I even pulled a similar query off MSDN and that
crashed on the WITH command also.
I have also tried using "WITH COMP" to no avail.
Regards,
Peter Hill
I'm using Access 2k
Using SQL I have been creating tables with some text fields.
Something along the lines of:
CREATE TABLE MyTable (MyTextField TEXT(50));
But - it is defaulting the Unicode Compression property of that table to be
NO and I don't want that.
So ... I try:
CREATE TABLE MyTable (MyTextField TEXT(50) WITH COMPRESSION);
But it throws back an error on the WITH.
Does anyone know why? I even pulled a similar query off MSDN and that
crashed on the WITH command also.
I have also tried using "WITH COMP" to no avail.
Regards,
Peter Hill