Subject Re: [ib-support] Comments in SP's
Author Lucas Franzen
Jason Wharton schrieb:
>
> Russell,
>
> IBO has a TIB_Script component that you can use which will leave the
> comments in your stored procedures.
> Make sure they are the /* sadfsdf */ kind and not the // asdfjds kind.

and make sure that you don't nest them, like:

/* this is comment #1
/* and this #2 */
end of #1 */

won't work

Luc.