Re: [Virtuoso-users] Sposta in Posta in arrivo Altro 1 di 3.655 Espandi tutto Stampa tutto In una nuova finestra Unable to setup UTF-8 encoding in the relational DB

2017-03-29 Thread Beppe Mazzola
Hi Sergey Thanks for the hint. Without the parameter CHARSET=UTF-8 in the connection string it works! Strange, yesterday night without parameter it didn't work... I'm now using the tool SqlWorkbench/J to perform the upload of the data from a .csv file into

Re: [Virtuoso-users] Sposta in Posta in arrivo Altro 1 di 3.655 Espandi tutto Stampa tutto In una nuova finestra Unable to setup UTF-8 encoding in the relational DB

2017-03-29 Thread Sergey Malinin
On 03/28/2017 07:32 AM, Beppe Mazzola wrote: Hi I want to use the JDBC driver in order to load data into my Virtuoso relational DB. As first thing I would like to see the driver working fine inserting in the DB non-Latin characters. So I have used this Java code import java.sql.Statement; imp

[Virtuoso-users] Unable to setup UTF-8 encoding in the relational DB

2017-03-29 Thread Beppe Mazzola
Hi I want to use the JDBC driver in order to bulk load data into my Virtuoso relational DB. As first thing I would like to see the driver working fine inserting in the DB non-Latin characters. So I have used this Java code import java.sql.Statement; import java.sql.Connection; import java.sql.Dri

Re: [Virtuoso-users] Sposta in Posta in arrivo Altro 1 di 3.655 Espandi tutto Stampa tutto In una nuova finestra Unable to setup UTF-8 encoding in the relational DB

2017-03-29 Thread Sergey Malinin
On 03/28/2017 11:29 PM, Beppe Mazzola wrote: Hi Sergey Thanks for the hint. Without the parameter CHARSET=UTF-8 in the connection string it works! Strange, yesterday night without parameter it didn't work... I'm now using the tool SqlWorkbench/J to perf