pro_java_server thread: How to get provide paragraphs....
Hi,
How do I distribute the data in paragraphs while
retrieving it from the database.
Amit
--- Ravi Kumar C <ravikumar_c@h...> wrote:
> Hi,
>
> replace single quote with the character ` which you
> can find in keyboard
> which looks simmilar to single quote but not single
> quote!
>
> single quote [ ' ] other quote [ ` ]
>
> Ravi
>
>
> >From: Amit Sethi
> >Reply-To: "Java Server"
> >To: "Java Server"
> >Subject: How to get rid of single quote(')
> >Date: Mon, 9 Apr 2001 23:16:42 -0700 (PDT)
> >
> >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.