Subject Re: [ib-support] Re: How do I write Stored procedure ??
Author Helen Borrie
At 12:48 PM 11/02/2003 +0000, you wrote:
>yes am unable to create stored procedure... am getting error like
>"Dynamic SQL Error, SQL Error Code = -104, Token unknown - line 1,
>char 5 term" am using Delphi 6, with Firebird.

A dynamic SQL error is an error detected by the dynamic SQL parser. In
this case, you are trying to submit a statement that is not supported by DSQL.

SET TERM is an isql statement.

Use a script to create a stored procedure.

heLen