Hi,

I am executing the following code:

  OQLQuery query = impl.newOQLQuery();
  query.create( [THEQUERY] );
  DList results = (DList)query.execute();
  Iterator iterator = results.iterator();

If I change some column with an external tool and then execute the code, the updated column is not reflected in the orb objects.

Is there a config value or a runtime parameter that I need to change? What is going on behind the scenes here?

Thanks for your help,

K.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to