Kothari, Shivani wrote:
Hi, Thanks for pointing it out. I want to check using ant that whether a particular database exits on MSSQL server? And if it exists I want to proceed further in the deployment script.
Use the <sql> command to issue the relevant SELECT statement against the database, setting up the classpath for the task with the relevant JDBC driver and using a login that can query the system
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
