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
Honestly, i googled on the ant SQL task and found out some examples. But if you can let me know what is needed before these tasks can be used , that will save lot of my time (ofcourse if you want). do i need to install SQL Server on my box ? what drivers ? any specific ant package ?

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: how to access a SQL database th