Subject | |
---|---|
Author | Mieke Janson |
Post date | 2003-07-09T07:43:20Z |
Goodmorning,
I use your TIP_Scrips1 component to do updates on my database (interbase). I
can do all kind op updates, but this one failes:
CREATE PROCEDURE SET_KODE RETURNS (
NEW_KD INTEGER
) AS
BEGIN new_kd=gen_id(GEN_TEST,1); END;
commit;
The error: 'unexpected end of command'. When I execute the scriptfile using
isql.exe of wisql there is no problem at all. How can I add this procedure
to my database using your command?
Thank you,
Mieke Janson
I use your TIP_Scrips1 component to do updates on my database (interbase). I
can do all kind op updates, but this one failes:
CREATE PROCEDURE SET_KODE RETURNS (
NEW_KD INTEGER
) AS
BEGIN new_kd=gen_id(GEN_TEST,1); END;
commit;
The error: 'unexpected end of command'. When I execute the scriptfile using
isql.exe of wisql there is no problem at all. How can I add this procedure
to my database using your command?
Thank you,
Mieke Janson