From: Pierre A. <pie...@op...> - 2003-10-06 08:13:45
|
Hello, I'd like to do the following using a single FbCommand object : "CREATE TABLE Test(ID INTEGER NOT NULL, REV INTEGER NOT NULL, DATA VARCHAR(100) CHARACTER SET UNICODE_FSS); ALTER TABLE Test ADD CONSTRAINT PK_TEST PRIMARY KEY (ID, REV);" Is this possible ? If so, can I do it ? I tried to define the command text to be exactly as above, and it executes fine. However, when I check with IB Expert, I don't see the PK_TEST constraint. It is as if it had not been processed by the command. Any ideas ? Pierre |