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