On Oct 8, 3:48 pm, JoseAntonio <[EMAIL PROTECTED]> wrote: > Hi, > When I try to insert (or update) data that has foreign characters > (such as 'á') into a table, the data becomes glitched. For instance, > if I try to insert the word 'também' into a table, the table inserts > 'também'. How do I fix that? > > Thanks in advance.
I think that could be because the program uses a different character enconding from the database. How can I make it so that the program uses the same character encoding that the database does? --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
