Subject | Re: [ib-support] Re: How do I write Stored procedure ?? |
---|---|
Author | Daniel Rail |
Post date | 2003-02-11T13:09:23Z |
Hi,
use a query or DSQL component, since they probably don't permit to use
more than one DDL statement at a time, and your sequence is composed
of 3 DDL statements.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
> yes am unable to create stored procedure... am getting error likeWhich component are you using? Are you using a script component? Don't
> "Dynamic SQL Error, SQL Error Code = -104, Token unknown - line 1,
> char 5 term" am using Delphi 6, with Firebird. I have even tried
> creating with IBAccess but of no use.
> pls help me out...
use a query or DSQL component, since they probably don't permit to use
more than one DDL statement at a time, and your sequence is composed
of 3 DDL statements.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)