sql.properties file format MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 3 replies, 2 voices, and was last updated 14 years, 5 months ago by support-joy. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 11, 2010 at 9:40 am #309016 Reply smotheramMember 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. June 14, 2010 at 2:28 am #309034 Reply support-joyMember 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. June 14, 2010 at 12:29 pm #309063 Reply smotheramMember Thanks. That worked. June 14, 2010 at 11:17 pm #309070 Reply support-joyMember smotheram, Good to hear you are all set. Best. Author Posts 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