Subject Re: [IBO] "Unsupported Column Type"???
Author Lucas Franzen
Joe,

> I'm attempting to create a stored procedure. I've already tested the
> SP with DSQL (using IB_SQL, formatted with different whitespace), and
> it works fine.

> What am I doing wrong???

I don't think an IBOQuery is the appropriate component for
DDL-statements (and not for using it with ExecSQL anyway).

The best is to use a TIB_Script, but you could also give a TIB_DSQL a
try.

Regards
Luc.