ASKER
ASKER
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY
in order to work with persian characters you have to use UTF-8 encoding, and I hope you set your database connection to this charset.
first, show your connection string and the database you are using.
second, if your connection string is utf-8 you should convert the entered text to utf-8
something like this:
new Strigng(txtString.getBytes
hope this help
Mohammad Norouzi ;)