by INFODIGIT SNC

,

Features

Posted by

INTERNAL SERVICE MANAGER

This manager allows to run automatically your background applications and restore them after crash.

CUSTOM SDBCDX.RDD

S.P.E. comes with its custom RDD to extend DBF with advanced features like:

  • AUTOINCREMENT ROW ID (a sort of Pack-Safe RecNo)
  • DATE/TIME RECORD CREATION
  • DATE/TIME LAST RECORD EDIT
  • FAST ON-THE-FLY ENCRYPTION/DECRYPTION

HTTPS INTERFACE

The HTTPS interface allows to interact via a REST-LIKE interface to pure VO classes.

For instance, you can write a class to be consumed by a web-site or mobile app, which communicate each other using JSON.

INTERNAL SCHEDULER

Simple scheduler which allows to plan execution of application at predefined intervals

BASIC SQL INTERPRETER OVER THE QUERY ENGINE

It is possibile to run queries by passing a simple SQL string when opening the data, easy like writing DbServer{“SELECT * FROM CUSTOMERS WHERE NAME=’JOHN’”}

ADMINISTRATION TOOL

S.P.E. comes with its own administration tool, a sort of DBU under steroids.

It allows to manage remote DBFs, visually design queries, browse data, access remote .INI files e and to view remote log files.

OBJECT DRIVEN QUERY ENGINE OVER DBF

S.P.E. has its own query engine, which is accessible by code and very easy to use.

It allows to design queries without the hassle of writing lot of code, letting you to concentrate to the result.

MANAGE REMOTE VO OBJECTS

As for classic VO objects, S.P.E. has the CreateRemoteInstance function which returns a instance to the remote object, to which you call methods like any other instance.

The main difference is that remote objects can only manage late-bound calls because they are running outside the application process.

REMOTE DBF DATABASES VIA OWN SPECDX.RDD

Use remote DBF using a true TCP/IP connection without the need to change almost any code because the RDD is compatible with DB like functions and DbServer class.

Our RDD is optimize to reduce network usage through its local caching mechanism.

Leave a Reply

Your email address will not be published. Required fields are marked *