#1 Re: mORMot 1 » decode Json string » 2015-02-07 00:10:40

Thank you for reply, but the problem is I can not find the document how to decode by using mORMot .

#2 mORMot 1 » decode Json string » 2015-02-04 01:13:21

toolater
Replies: 5

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

#4 Re: mORMot 1 » Sqlite engine local mode. » 2015-01-26 04:28:08

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.

#5 Re: mORMot 1 » Sqlite engine local mode. » 2015-01-26 03:09:14

toolater wrote:

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.

#6 Re: mORMot 1 » Sqlite engine local mode. » 2015-01-26 02:55:10

1. If in memory storage  ,can I write data on harddisc during the processing? the example write data on disc after  closed the application.

#7 mORMot 1 » Sqlite engine local mode. » 2015-01-25 08:49:19

toolater
Replies: 6

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.

Board footer

Powered by FluxBB