Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: RE: How to get data from database in paragraph form.


Message #1 by Amit Sethi <amsethi@y...> on Thu, 12 Apr 2001 22:55:55 -0700 (PDT)
Hi,
How do I retrieve my data in paragraph form.
amit

--- Lakshmi <lakshmi@p...> wrote:
> I faced the same problem .
> The solution i forund for it is replace all ' with
> any other character (i 
> replaced with ~) and store it and later when you
> retreive string replace 
> all ~ back with '.
> 
> -----Original Message-----
> From:	Amit Sethi [SMTP:amsethi@y...]
> Sent:	Tuesday, April 10, 2001 11:47 AM
> To:	Java Server
> Subject:	How to get rid of single quote(')
> 
> I'm having problem during insertion of data values
> into the database.It works well but when I insert
> apostrophe ('s) it gives error.I replaced it with
> (\")
> now double quotes gives the problemmmmmmmmm.Is there
> any appropriate method to get rid from this thing.DO
> tell me....
> Thnx Amit.
> 
> 

  Return to Index