do you connect to server or local file if you connect to local file you
have 2 different istances of dbs so you need to reload data.

On Wed, Sep 10, 2014 at 10:48 AM, Tomasz Kułakow <[email protected]>
wrote:

>
> Sorry which changes ?
>>
>
>
> I have in the console:
> orientdb {db}> select from #12:0
>
> ----+-----+--------+-------
> #   |@RID |@version|value
> ----+-----+--------+-------
> 0   |#12:0|21      |22
> ----+-----+--------+-------
>
> then with still active console I run the Java program, which change 'value'
> UPDATE #12:0 set value='1'
>
> Then again in console:
> orientdb {db}> select from #12:0
>
> ----+-----+--------+-------
> #   |@RID |@version|value
> ----+-----+--------+-------
> 0   |#12:0|21      |22
> ----+-----+--------+-------
>
> So the change isn't visible, but after restarting the console:
> orientdb {db}> select from #12:0
>
> ----+-----+--------+-------
> #   |@RID |@version|value
> ----+-----+--------+-------
> 0   |#12:0|22      |1
> ----+-----+--------+-------
>
>
>
>  --
>
> ---
> 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.
>



-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

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