Subject | RE: [IBO] I'm having an issue with comments in my Stored Procedures. |
---|---|
Author | IBO Support List |
Post date | 2013-08-15T21:24:14Z |
I'm quite sure this issue has already been resolved in my later versions.
What version were you using? Would you be able to update to the latest?
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of jonathanfabricioseibel
Sent: Thursday, July 25, 2013 11:12 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] I'm having an issue with comments in my Stored Procedures.
I'm having an issue with comments in my Stored Procedures.
Procedure Script:
Create Procedure Test
Returns (
R_ERROR integer)
As
Begin
R_ERROR = 0; /* Comment Test */
-- Comment Test
Suspend;
End
I'm using IBO Components to run this script into a Firebird DataBase, but
when i open this procedure with IBExpert the comments have disappeared.
I noticed that when i run the script with a TIBOQuery (using ExecSql) the
comments disappear, but when i run with a TIB_Script (using Execute) the
comments still there.
Am i doing something wrong or is it suppose to be that way?
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
What version were you using? Would you be able to update to the latest?
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of jonathanfabricioseibel
Sent: Thursday, July 25, 2013 11:12 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] I'm having an issue with comments in my Stored Procedures.
I'm having an issue with comments in my Stored Procedures.
Procedure Script:
Create Procedure Test
Returns (
R_ERROR integer)
As
Begin
R_ERROR = 0; /* Comment Test */
-- Comment Test
Suspend;
End
I'm using IBO Components to run this script into a Firebird DataBase, but
when i open this procedure with IBExpert the comments have disappeared.
I noticed that when i run the script with a TIBOQuery (using ExecSql) the
comments disappear, but when i run with a TIB_Script (using Execute) the
comments still there.
Am i doing something wrong or is it suppose to be that way?
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links