facebook

sql.properties file format

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309016 Reply

    smotheram
    Member

    I have SQL in my sql.properties file like this ..

    emp_sql=select * \
    from employees \
    where \
    name = ‘JON’

    The loader sees only first line – rest of the lines are being ignored. what am I doing wrong. thanks.

    #309034 Reply

    support-joy
    Member

    smotheram,

    Ensure there are no blanks after the “\” backslashes at the end of each line. A blank in the last position cancels the effect of the backslash.

    #309063 Reply

    smotheram
    Member

    Thanks. That worked.

    #309070 Reply

    support-joy
    Member

    smotheram,

    Good to hear you are all set.

    Best.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: sql.properties file format

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in