Menu

#29 PL/SQL scirpts inluded by include tag.

open
nobody
None
5
2007-01-31
2007-01-31
Anonymous
No

I use sqlunit 5.0 and I cant insert a PL/SQL script into file which was included by include tag.
When I do this, a sqlunit send to database a statement which was ended by first semicolon. So it sends to database something like: "DECLARE id NUMBER", when I want to send "DECLARE id NUMBER; BEGIN id := 1; END;".
This behave cause many errors.

I cant put PL/SQL scripts which was good in <sql><stmt>statement</sql></stmt> into file which was included by <include file="path_to_file_with_statement"/> tag.

Sorry for my poor english.

Discussion


Log in to post a comment.