#1 2013-09-13 10:51:39

corchi72
Member
Registered: 2010-12-10
Posts: 232

ODBC Connection to mORMot

you can create a odbc driver that connects to the server mORMot?

thnaks Corchi72

Offline

#2 2013-09-13 12:01:11

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

Re: ODBC Connection to mORMot

It would be a lot of work, I'm afraid... and rather painfull...
http://stackoverflow.com/a/335164/458259

I suspect it is not even very feasible to build an odbc provider in Delphi.

You have to find a workaround, e.g. direct RESTful access for instance.

Offline

#3 2013-09-13 12:08:08

corchi72
Member
Registered: 2010-12-10
Posts: 232

Re: ODBC Connection to mORMot

I need read data from a program than can read from ODBC or from Internet file

ok thanks

Offline

#4 2013-09-13 13:27:54

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

Re: ODBC Connection to mORMot

I suspect using an Internet REST access is the easiest.

A method-based REST / JSON service in mORMot is pretty easy to work with, even if the client is not in Delphi.

Offline

Board footer

Powered by FluxBB