You are not logged in.
Pages: 1
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 _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
https://tamingthemormot.wordpress.com/2 … databases/
And similar examples.
Offline
Pages: 1