[orientdb] Re: How to execute batch scripts using OrientDB Console - OrientDB 2.0.3

2015-04-02 Thread Omega Silva
Thanks Amir and Alexander for the responses. When specified the full path to the batch script it worked. On Tuesday, March 3, 2015 at 1:08:58 AM UTC+5:30, alexander anguiano wrote: > > i created a file like this called schema.sql > > Create DATABASE remote:localhost/assets root plocal > > >

[orientdb] Re: How to execute batch scripts using OrientDB Console - OrientDB 2.0.3

2015-03-02 Thread alexander anguiano
i created a file like this called schema.sql Create DATABASE remote:localhost/assets root plocal CREATE CLASS Application extends V CREATE CLASS Asset extends Application create property Asset.addresses embeddedlist when you want to execute it from dos do this console schema.sql On Mon

[orientdb] Re: How to execute batch scripts using OrientDB Console - OrientDB 2.0.3

2015-03-02 Thread Amir Khawaja
Hi Omega. Are you giving the console application the full path to your SQL script file? Amir. On Monday, March 2, 2015 at 1:59:40 AM UTC-6, Omega Silva wrote: > > Team, > > I'm trying to create a DB schema using a batch script. > > I've tried executing the batch script as mentioned in the docum