Re: Java Error in statment
Posted by: Henning Koehler
Date: May 28, 2009 09:34PM

I would think that Jochen is right with his guess that's it's an issue with character encoding. When Java writes a String to a file it converts all non-ascii characters to '?' - so check how you are constructing your query. Try to catch the exception and print out the whole SQL statement that you are trying to execute - it might just be a long string of '?'s.

Options: ReplyQuote


Subject
Written By
Posted
May 21, 2009 02:18PM
May 23, 2009 08:18AM
Re: Java Error in statment
May 28, 2009 09:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.