![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I tried to execute the below command, but "WITH COMPRESSION " is not accepted... What can be the problem? CREATE TABLE D1_1 (D1_1_no INTEGER CONSTRAINT primarykey PRIMARY KEY, D1_1_name CHAR(50) NOT NULL WITH COMPRESSION ); Thanks a lot in advance! |
#3
| |||
| |||
|
|
On Mon, 22 Nov 2010 05:50:13 -0800 (PST), chrisdev chrisdev3 (AT) gmail (DOT) com> wrote: Where did you find this syntax? Do you have a link? AFAIK this is not supported in Access. Hi, I tried to execute the below command, but "WITH COMPRESSION " is not accepted... What can be the problem? CREATE TABLE D1_1 (D1_1_no INTEGER CONSTRAINT primarykey PRIMARY KEY, D1_1_name CHAR(50) NOT NULL WITH COMPRESSION ); Thanks a lot in advance! |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
yes, I found it in MSAccess help. This property is supported from MS Access 2000 and is available in table design. I tried it in Access 2000 & 2007 and same error appears... |
#6
| |||
| |||
|
|
yes, I found it in MSAccess help. This property is supported from MS Access 2000 and is available in table design. I tried it in Access 2000 & 2007 and same error appears... |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Thanks Bob, I was using DAO. But in any case, it should work in QUERY DESIGN... Cant't argue with that. You should put your opinion to the product |
#9
| |||
| |||
|
|
The WITH COMPRESSION and WITH COMP keywords listed in the previous SQL statements can be executed only through the Jet OLE DB provider and ADO. They will result in an error message if used through the Access SQL View user interface. |
#10
| |||
| |||
|
|
Thanks Bob, I was using DAO. But in any case, it should work in QUERY DESIGN... |
![]() |
| Thread Tools | |
| Display Modes | |
| |