#1 2023-03-14 22:46:50

carlaoca
Member
Registered: 2023-03-14
Posts: 1

REST + FirebirSQL/UniDAC Example.

Good afternoon friends.

1- I'm starting a new project, and we want to test mORMot for REST server.

2- We use FirebirdSQL, via UniDAC.

3- Each Query is a parameterized Stored Procedure.
Example:
   select *
   from clients_sp c
   where c.name like tongue_name
     and c.surname like :surname_p

4- Where I could get an example, where the method receives those parameters, and return a JSON with the result of the Query ?

Kind regards.

Offline

#2 2023-03-14 23:40:10

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

Re: REST + FirebirSQL/UniDAC Example.

Offline

Board footer

Powered by FluxBB