RE: problem with sql task

2006-02-06 Thread Shweta Bodade
Hello I want to buils a build.xml file in which I can write how to deploy my war project file in WebSphere Could you please be of help to me reply even if u don't know or u are busy Please. Disclaimer This email and any files transmitted with it are confidential and intended sol

Re: problem with sql task

2006-02-05 Thread Ivan \"Rambius\" Ivanov
Hello, --- Andrew Goktepe <[EMAIL PROTECTED]> wrote: > > and do this before running the script so that Ant > can find the driver class: > > set CLASSPATH=%CLASSPATH%;c:\path\to\classes12.jar This is correct, but it is more appropriate to use classpath attribute or nested classpath:

Re: problem with sql task

2006-02-05 Thread Andrew Goktepe
Yes, the problem is related to classes12.jar. You need to specify the driver class name in the task, and you also need the class to be found on your classpath. For example, in your Ant script you might want to use wrote: > > > Hello fellow users, > I have been stuck in a

problem with sql task

2006-02-05 Thread Harshal Chavda
  Hello fellow users, I have been stuck in a problem regarding sql task.The problem is that I am unable to connect to the oracle database as whenever I perform the build using the sql task the error message is "Class Not Found: JDBC driver JDBC Thin client-side driver co

RE: problem with sql task

2005-09-22 Thread Anderson, Rob (Global Trade)
Look at this page... http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm -Rob A > -Original Message- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 21, 2005 7:43 PM > To: user@ant.apache.org > Subject: proble

Re: problem with sql task

2005-09-21 Thread Dave Brosius
probably driver -> oracle.jdbc.driver.OracleDriver url -> jdbc:oracle:thin:@myhost:1521:orcl - Original Message - From: "Harshal Chavda" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 21, 2005 10:43 PM Subject: problem with sql task Hello fellow users,

problem with sql task

2005-09-21 Thread Harshal Chavda
Hello fellow users, > I am having problems with the sql task.I have Windows > XP and Oracle 9i.I want to connect to SQL database. > I dont know where to find the class name for the > "driver"attribute in sql task.I searched all class > files in the directory where i have installed the oracle and us