Subject | RE: [IBO] I'm having an issue with comments in my Stored Procedures. |
---|---|
Author | IBO Support List |
Post date | 2013-08-05T16:31:07Z |
It would be better to use TIBOQuery.InternalDataset.ExecuteDDL() method.
There is no need to prepare and then execute such a statement. Just execute
it right away directly. This is more efficient.
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
[Non-text portions of this message have been removed]
There is no need to prepare and then execute such a statement. Just execute
it right away directly. This is more efficient.
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
[Non-text portions of this message have been removed]