This is probably very simple, but I'm not sure how to handle this.
We have a app built on jsp, beans, struts, and uses DB2 as the database. users enter information on forms, which gets stored on the DB. If they use quotes on the form, it gets stored as ". Is this a DB2 thing that does this automatically, or would this be buried in our code somewhere?
The real question is this.... If the users go back and try to retrieve the information, it gets displayed on the screen as ", instead of ". I'm assuming we need a routine to convert this at run time, correct?
Or is there another way around it?
We have a app built on jsp, beans, struts, and uses DB2 as the database. users enter information on forms, which gets stored on the DB. If they use quotes on the form, it gets stored as ". Is this a DB2 thing that does this automatically, or would this be buried in our code somewhere?
The real question is this.... If the users go back and try to retrieve the information, it gets displayed on the screen as ", instead of ". I'm assuming we need a routine to convert this at run time, correct?
Or is there another way around it?