[ad_1]
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!!!
[ad_2]
solved Delphi: What’s wrong with REST API based on mORMot?