Is there any way to prevent a null-fields in Paradox? When I try i exec.
CREATE TABLE "users" (
user_id INTEGER NOT NULL
)
I get Capability not supported. (BDE error 12289). When there is no "NOT NULL" args - it's OK.
P.S. I work in SQL explorer (borland one), and I can't change it, cause it's part of the task.