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
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 ?
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