Search:

Type: Posts; User: copeg

Search: Search took 0.06 seconds.

  1. Re: SQLSyntaxErrorException When Following JDBC Tutorial

    Note, check the path of your SQL files. 0 of 0 executed == not good - meaning the files are empty or do not exist (I would presume ant would warn you if they don't exist, perhaps not?). Check the...
  2. Re: SQLSyntaxErrorException When Following JDBC Tutorial

    Ok, see them now.

    Here's my console output from jar and setup:



    U:\JDBC\JDBCTutorial>ant jar
    Buildfile: U:\JDBC\JDBCTutorial\build.xml

    compile:
  3. Re: SQLSyntaxErrorException When Following JDBC Tutorial

    Just ran it myself, and it ran smoothly on my system. You may want to verify all the properties are correct in the build and sample properties files.

    Edit: The tutorial for the setup calls 'ant...
  4. Re: SQLSyntaxErrorException When Following JDBC Tutorial

    I'd ignore those error messages for the time being. Oftentimes when building a database schema the build script will check if a table or procedure exists, and if it does the script drops it before...
  5. Re: SQLSyntaxErrorException When Following JDBC Tutorial

    Never been through this tutorial myself, but just took a quick look. Don't have time right now to test, but try the following: in the build.xml file, within the code:


    <target...
Results 1 to 5 of 5