Hi Simon,
The problem it not in sql beacuse when a run this servlet JServ this
word perfectly. The problem occurs only in Tomcat

--- Kitching Simon <[EMAIL PROTECTED]> escreveu: > Hi Andre,
> 
> I'm still willing to bet your sql is the problem.
> It looks exactly like you are catching a nasty
> exception somewhere, and totally ignoring it
> (though I have been known to be wrong on
> occasions :-)
> 
> I think you will have to provide more info, and
> in particular do some research/debugging yourself,
> then ask *specific questions* in this group
> to get help - you know how hard it is to debug 
> code you've written yourself, that is in front of
> you. And in addition, while people here are pretty
> helpful, no-one is being paid to solve problems..
> (I'm just trying to avoid working on my own bugs
> at the moment..)
> 
> I use special characters (french, german) with tomcat,
> inserting into database fields, and have no problems,
> so it works in the general case. Of course, we use
> instances of Oracle which have been configured to 
> use the ISO-8859-1 character set, etc. I didn't have
> to set up Tomcat special in any way, as far as I
> can remember.
> 
> What you *can* take away from the answers so
> far is that no-one seems to have encountered a 
> similar issue with tomcat, ie that it is not a known 
> bug or common problem.
> 
> Good luck solving it!
> 
> Simon
> 
> > -----Original Message-----
> > From:       André Alves [SMTP:[EMAIL PROTECTED]]
> > Sent:       Thursday, January 04, 2001 8:04 PM
> > To: [EMAIL PROTECTED]
> > Subject:    RE: charset problem
> > 
> > The query is simply ignored. setting environment variable
> > "TOMCAT_OPTS=-Dfile.encoding=ISO8859_1", not work. Is like tomcat
> > recived the request but made nothing .
> > 
> >   I enter data in the simple html form. tomcat receives this
> datas,
> > and send the end page, as if the data were inserted but, when I
> made
> > a search, the data had not been modified. This only occurs when
> > characters special in the form exist. When I don't have any
> special
> > characters in the form, the data are brought up to date.
> > 
> > --- Michael Wentzel <[EMAIL PROTECTED]> escreveu: >
> Does
> > anything at all get inserted into the database or is the query
> > > simply ignored/Exception thrown/...?  If you post the exact
> results
> > > of executing your query and a snippet of code used to do so it
> > > would
> > > help diagnose the problem.
> > > 
> > > 
> > > ---
> > > Michael Wentzel
> > > Software Developer
> > > Software As We Think
> > > 
> > > 
> > >
> >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > For additional commands, email:
> [EMAIL PROTECTED]
> > >  
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, email:
> [EMAIL PROTECTED]
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>  


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to