I'm creating a program that connects java to access database but I found some problem after inserting some string in the table.
I found this character: Â on every record that has "-" on it.
Example Data:
A Sample Input -Data
When I try to check the database, I found this:
A Sample Input Â-Data
I don't know where did I get that character.
Im sure there is nothing wrong with my code, I just don't know why there is unknown char after inserting it on database.