Re: Apache Geode Native Client 32 bit build and OQL question

2017-07-27 Thread Jacob Barrett
On Thu, Jul 27, 2017 at 2:00 PM Rupert St John Webster < rup...@impress-solutions.com> wrote: > I have a requirement for a 32bit version of a strongly named Geode native > dll targeted at .Net framework 3.5 so it can be used by an application > built in VB6 😊 > As I answered on the stackoverflow

Re: Apache Geode Native Client 32 bit build and OQL question

2017-07-27 Thread Anthony Baker
One approach is to use Continuous Queries (CQ) to receive push notifications for all changes matching a predicate. > On Jul 27, 2017, at 9:34 AM, Rupert St John Webster > wrote: > > I also have a quick question about OQL -> how to get the most recent update > into a region having many updates

Re: Apache Geode Native Client 32 bit build and OQL question

2017-07-27 Thread Anilkumar Gingade
>> I also have a quick question about OQL -> how to get the most recent update into a region having many updates? Is it something like: You need to have timestamp associated with your entry/value; and use that in your query to get the last update. -Anil. On Thu, Jul 27, 2017 at 9:34 AM, Rupert S