Subject | Re: [ib-support] Comments in SP's |
---|---|
Author | Lucas Franzen |
Post date | 2001-01-18T19:46:54Z |
Jason Wharton schrieb:
/* this is comment #1
/* and this #2 */
end of #1 */
won't work
Luc.
>and make sure that you don't nest them, like:
> 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.
/* this is comment #1
/* and this #2 */
end of #1 */
won't work
Luc.