Hi Chris,
I executed next code w/o problems in jsp context:
<%
String url = "jdbc:virtuoso://localhost:1112";
Connection connection = DriverManager.getConnection(url,"dba","dba");
Statement stmt = connection.createStatement();
stmt.executeUpdate("ZITGIST.DBA.CREATE_NAMED_GRAP
Hi Chris,
Just a quick note to inform you that we are currently looking into the
possible causes of this issue and shall report back with our findings ...
Best Regards,
Hugh Williams
OpenLink Software
On 11/6/07 21:53, "Christopher Stewart"
wrote:
> Hey,
>
> With Fred's help, I have defined
Hey,
With Fred's help, I have defined the following function to import RDF/XML :
create procedure
ZITGIST.DBA.CREATE_NAMED_GRAPH_FROM_REMOTE_RDF_FILE_XML(in url any, in graph
any)
{
declare rdf_document any;
rdf_document := http_get(url);
DB.DBA.RDF_LOAD_RDFXML(rdf_document, graph, graph