Hi,
I'm new to Orient DB.
It seems not to be able to create multiple connections on the same thread.
database.command[OCommandRequest](
new OSQLAsynchQuery[ODocument]("select from ?",
new OCommandResultListener {
def result(iRecord: scala.Any): Boolean = {
// want to execute some sql queries here, but...I have no idea what to do
...
return true
}
def end() {}
}
)
).execute()
--
---
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/groups/opt_out.