Subject RE: [firebird-php] SPs Docs
Author Nigel Weeks
woops, no comma on the end of primary key declaration...


> str_phone VARCHAR(10),
> PRIMARY KEY(int_id), <----- bad!!
> );
> CREATE GENERATOR GEN_TBL_CONTACT_ID;