• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to include space in the param-value tag?

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys! How to include space in the param-value tag?

e.g Note the space between "Working" and "Directory". How to achieve this without raising any error?
1. <param-value>
2. jdbc:derby://localhost:1527/C:/eclipse/Working Directory/LowFareAir/data/ /
3. airlinesDB;user=a;password=b;,
4. org.apache.derby.jdbc.ClientDriver
5. </param-value>
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Akash,

you can have spaces in your param-value tag as normal space...
you don't need to do anything else for this...
 
reply
    Bookmark Topic Watch Topic
  • New Topic