• 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

extract values

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

in my database, EMP have one field history varchar(500)

the history field contains

In OOP programming programs are sets of objects wich communicate through messages. An object is defined by variables and methods(functions). A class is a prototype describing variables and methods of all objects of the same type. You program by defining the classes of objects necessary to perform a task.Classes are organized in hierarchies with classes lower in hierarchy inheriting state and behaviour from parent classes.

these types of datas.

in my struts jsp page i have a link.jsp. when i click on the link
it will display on the DisplayHistory.jsp shows the values

"In OOP programming programs are sets of objects wich communicate through messages... .More>> "

only.

when i click on the more>> link it will go and display full values of the history field.

how this possible? please help me
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"smitha",
Thank you for changing your display name, but please re-read the original request to change it.

We require display names to be two words: your first name, a space, then your last name. Fictitious names are not allowed.

Please change it soon, accounts with invalid display names get deleted, sometimes without warning.

thanks,
David O'Meara
[ October 01, 2005: Message edited by: David O'Meara ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic