Hi, I am trying to execute SQL commands from inside Mathematica Notebook. I could do this using REST API but JDBC is a more direct method.
So I have tried to open a connection with the JDBC OrientDB driver that you provide and this was successful. But when I tried to execute an SQL command. It failed. This is my post at Mathematica StackExchange <http://mathematica.stackexchange.com/questions/89840/orientdb-jdbc-opensqlconnection-execution-of-sql-failed> ..... *And the Messages window displays the error:* Java::excptn: "A Java exception occurred: "java.sql.SQLFeatureNotSupportedException" at com.orientechnologies.orient.jdbc.OrientJdbcConnection.prepareStatement(OrientJdbcConnection.java:238) at com.wolfram.databaselink.SQLStatementProcessor.processSQLStatement(SQLStatementProcessor.java:50). Any ideas on how to fix that ? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
