Re: how to access a SQL database through ANT

2006-03-13 Thread Greg Akins
ant sql just uses jdbc. You'll need the jdbc drivers for your database. If you dont have access to a database already, then yes, you'll have to install the database. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: how to access a SQL database through ANT

2006-03-13 Thread Shailesh Sharma
t; Sent: Monday, March 13, 2006 10:46 PM Subject: how to access a SQL database through ANT > Hi, > > I have a small ANT script that iam using to remote deploy my weblogic applications. It uses weblogic.Deployer internally and after deployment, it backs up my EAR/WAR files in a separate f

Re: how to access a SQL database through ANT

2006-03-13 Thread Antoine Levy-Lambert
Hello, please simply read the ant manual. There is a SQL task with which you can execute SQL statements. Regards, Antoine - Original Message - From: "Shailesh Sharma" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, March 13, 2006 10:46 PM Subject: ho

how to access a SQL database through ANT

2006-03-13 Thread Shailesh Sharma
Hi, I have a small ANT script that iam using to remote deploy my weblogic applications. It uses weblogic.Deployer internally and after deployment, it backs up my EAR/WAR files in a separate folder. Now, I wanted to make an entry in the SQL database after iam done deploying > backing