Board index » delphi » 'Create Table' and Paradox Version
Ken P.
![]() Delphi Developer |
Mon, 23 Sep 2002 03:00:00 GMT
'Create Table' and Paradox Version
When using the SQL DDL statement CREATE TABLE, how can I specify the
version of Paradox? By specifying the table name with a .db extension, it seems to create the file ok, but when I was following an example from a book I have, I would get an error message saying "Higher table level required... Invalid index type" when I tried to use the DESC command (ASC works): CREATE DESC INDEX testindex ON test (Field3, Field4) Do this mean it's creating an older version Paradox file? Also, when using Database Desktop and creating a new table, I will I want to be able to set everything up so I can distribute the |