#1 2015-09-15 07:10:57

sherlocked
Member
Registered: 2015-09-15
Posts: 1

SynDBRemote Client

Hello mORMot Community,

i'm a little bit new to this framework and i am currently using "TSQLDBServerHttpApi" (SynDBRemote) for my legacy project (with a Firebird Database).
The performance was pretty good at my first tests and now i am looking forward to implement a different client.

Is there a way to communicate with this server (HTTP Remote Access) without a Delphi Client ? (like an native Android (Java) App, Python or Java Client or at least a Firemonkey Client)
for example via REST ? I know that this would be possible by using the "REAL" framework with ORM etc. . But at the moment i would just need a small mobile Client for my (as i said) legacy project.


I hope you can help me out !

Best Regards !

Last edited by sherlocked (2015-09-15 07:11:33)

Offline

#2 2015-09-15 08:00:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,266
Website

Re: SynDBRemote Client

Sadly, our SynDBRemote solution is a 100% Delphi/FPC solution.
At now, the transmitted content is a proprietary binary compressed format.
It would be a lot of hard work trying to translate it into Java, python or C#.

IMHO the easiest and safest, for a mobile client, is to publish your data as SOA, using our REST/JSON kind of server.
Try to put the SQL logic away the mobile.
See http://synopse.info/files/html/Synopse% … ml#TITL_63

Offline

Board footer

Powered by FluxBB