You are not logged in.
Pages: 1
Thank you for reply, but the problem is I can not find the document how to decode by using mORMot .
I receive some Json data from webserver , but the contents were encoded into Utf8,
"title":"\u5317\u4eac\u706b\u8f66\u7ad9\u552e\u7968\u5458\u8d2a\u6c61140\u4f59\u4e07\u9000\u7968\u6b3e \u5224\u521110\u5e74",
can I decode it?
Thank you for help
It works ,thank you.
I download http://synopse.info/files/mORMotNightlyBuild.zip
and open example Samples\04 - HTTP Client-Server
compile Project04Server ,
execute the code 'DB.CreateMissingTables;' , I got the error . 'accesss violation at 0x00406x96.'
I have delphi xe5 installed ,and sqlite.dll win32-x86-3080801 version under the exe folder.
1. If in memory storage ,can I write data on harddisc during the processing? the example write data on disc after closed the application.
Forget it , I decide to try TSQLRestServerDB or TSQLRestClientDB.
1. If in memory storage ,can I write data on harddisc during the processing? the example write data on disc after closed the application.
Hi,
I need a easy sqlite engine for my delphi little project.
So I search google and found your mOrMot+ sqlite components
It contain some examples ,very powerful ,far more then I expect. but most of them are in server-client mode.
except 01 - In Memory ORM.
I love it , because I can using it without sql grammar
I have some questions about using mOrMot sqlite component , not in server-client mode.
1. TSQLRestStorageInMemory always in memory mode, so it can not load large data.
2.How to search mutil-items ,
example Rec := TSQLSampleRecord.Create(Database,'Name=?',[StringToUTF8(NameEdit.Text)]);
only return one item;
3.How to update and delete item.
4.Many tables in one database;
Can you provide more examples?
thank you very much.
Pages: 1