I want to create vertices and their fields using pyorient.
I am using the following command

for i in seq3:
    client.command("insert into bom ( name ) values (seq3[i])")

where seq3 is my string array of the names I wish to assign to each new 
vertex.

Using this command the vertices are being created successfully but names 
are not showing.
Please suggest some solution to this

-- 

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