pro_java_server thread: RE: How to get data from database in paragraph form.
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.
>
>