Folks, 

I am using ant sql,

 

<sql

            driver="net.sourceforge.jtds.jdbc.Driver"

            url="jdbc:jtds:sqlserver://10.3.1.201/Test"

            userid="settle"

            password="settle"

            print="yes"

            classpathref="webtest.path.id"

            output="${tmp.dir}/dbModification.txt"

            >

 

Because I have a few of ant sql statements, could you tell me how to put
above part into a property file. So there is no duplicate code. 

In this part like

<sql [EMAIL PROTECTED] > something like this.

 

Thank you

 

cwang

 

Reply via email to