Hi Koic, I haven't got your question. Does the execution of database command inside of result listener produces an exception?
Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014/1/11 Koic <[email protected]> > 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. > -- --- 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.
