Hello,

I have a problem to insert data in the correct encoding with the
virtjdbc-4.1.jar driver.

When the java code tries to insert

http://dbpedia.org/resource/Śleszyn

the database stores

http://dbpedia.org/resource/Zleszyn

Java is managing correctly the encoding because the string is rightly
printed before to be inserted in the database.

The SQL query is like:

String sql = "INSERT MATERIALIZATION.DBA.MYTABLE (instance1,
classname1, graphname)
VALUES(iri_to_id(?),iri_to_id(?),iri_to_id(?))";

May it possible a jdbc driver bug?

Regards,

------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to