Global Unique Sequence Number via Remote() and DataEase Server. (Min 8.5.0.2222)
We have just for fun created a small sample that showcase how one can have a global Sequence for local applications.
In this sample we have created a sequence service on our website that can be accessed via Remote().
We use the simplest form of Remote() -Raw mode and it just read a web page that return the number generated by a DQL stored o the server.
It can have any number of "unique" sequences as you use a key.
remote("@get:
http://www.dataease.com/support/YourSequence/?fiel...
Just change myuniquekey into anything and you will have an unique sequence starting from 1.
This is obviously only scratching the surface of what you can achive with the new DataEase Server and functions like Remote().
All will be revealed later this summer with the next release of DataEase.