-----Original Message-----
From: Karl Heinz Marbaise [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 22, 2007 12:02 PM
To: Ant Users List
Subject: Re: SQL file in Ant 1.7
Importance: Low


Hello,


> As far as I can see, when this target is being executed, it gives me messages 
> such as: 
> ".... 
> 100 SQL statements executed successfully
> But does it mean all the SQLs also have been compiled successfully ? 
First the SQL file will not be compiled.
Second this means the all statements within all SQL files you've
selected there have 100 SQL statements. So alle these statements have
been exectued successfully on the database.




Sorry I did not make it clear. 
We are trying to upload some packages, stored procedures on a new database. And 
these head, body files are saved in these sql file and those do need to be 
compiled after uploaded. Basically I try to find some compiling information 
when the above target is executed. 


Chun 




 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to