Hi,

I am using orientdb 2.0.18 jdbc driver trying to insert record in vertex 
but not return inserted record.

                        Statement stmt = conn.createStatement();
String sql = "insert into package_master set name='test'";
ResultSet rs = stmt.executeQuery(sql);
    it return null;

i don't know what i am missing.






-- 

--- 
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.

Reply via email to