You are not logged in.
Hi all,
I understand that it is possible to refer to the persistence layer in the implementation class of an interface when derived from
TInjectableObjectRest, through property Server.DB in case Server is TSQLRestServerDB. In this case the database is a SQLite3 database file?
When used with an external database server (VirtualTableExternalRegister), can I still refer to Server.DB (in TInjectableObjectRest)?
Also when the Rest server is of type TSQLServerRemoteDB, how do I find out the type of the database server?
Any pointers in the right direction much appreciated.
Thanks in advance.
Wai
fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...
Offline
Nobody? Anybody?
fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...
Offline
I think Server.db refer to SQLite3 database used by the framework, I use external databases (Firebird, MS SQL, Oracle, Informix) and I create TSQLDBConnectionProperties to refer them.
Esteban
Offline