[Solved] Delphi: What’s wrong with REST API based on mORMot?


Solution is very simple – need to add:

Database=myDataBase;

to

CONN_STR = ‘DRIVER=SQL Server Native Client 10.0;UID=user;PWD=pass;server=server;’
+ ‘Trusted_Connection=No;MARS_Connection=yes’;Database=myDataBase;

Thanks Arnaud for great framework!!!

solved Delphi: What’s wrong with REST API based on mORMot?