I'm trying to add a boolean field to a table using SQL however I'm not getting anywhere. The query I am using to try and add the field is:
ALTER TABLE TEST
ADD "NewField" BOOLEAN
When running this it will display the error Invalid use of keyword. I'm trying to add this field to a paradox database.
Any help would be appreciated.