You are not logged in.
Pages: 1
hello I am not good at English and I just started learning to mormot. i have a question and It may be a stupid question.
my question.
if i insert data 10 row it 1 row error 9 row is ok mormot have a roolback transection. How i do it?
thank you.
Offline
Hi, I suggest you to use Google Translate to translate your question into English: https://translate.google.com/
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
And Try to search in documentation https://synopse.info/files/html/Synopse … 01.18.html
Offline
Hi, I suggest you to use Google Translate to translate your question into English: https://translate.google.com/
thank you
Offline
Use à batch with automatic transaction.
thank you
Offline
Use à batch with automatic transaction.
i have a one question
if my table not have field id is integer of pk field and my pk field is varchar. how i can use mormot Framework. if it work. how i can use it?
thank you.
Offline
You can't use the ORM (which requires an integer primary key), but you can use the other features, mainly the SOA and the SynDB layer, for very efficient client and service service writing.
See the documentation and also https://tamingthemormot.wordpress.com/2 … databases/
Offline
Pages: 1