You are not logged in.
Pages: 1
Thanks ab's good suggestions,you are so kind!
I'm glad to have a try to the above problems.
I'll work hard to learn the framework till master her. (ha..... I think the mORmot is a beautiful girl who feel good but hard to be close).
It's glad to see your reply,thanks.
Dear ab:
At first I will give you a big thank for your great mORMot Framework!
As a beginner of the framework,I don't know how to start...
There are so lots of classes and methods and functions and procedures.......
I study the samples but I can't make myself clear.
for examples:
I want to do some works in Sample 2(project02.dpr):
1. Update the record which Name='ab', set the field Question value as 'ab is a good man.' (^0^),
Like in SQL:
update SampleRecord set Name=ab',Question='ab is a good man.' where Name='ab'
2. Get data in the SampleRecord dataable and fill the return data into a grid.
Like in SQL:
Get all fields by condition: select * from SampleRecord Where ID>5 and Name like 'ab%'
Get special fields by condition: select ID,Name from SampleRecord Where ID>5
3. how to add another DataTable into the project02.db3 database?
if you make a step to step tutorial for us, I think the mORmot will be easier.(^0^)
so many questions,sorry!
I'm the beginner of the mORMot Framework.
I open the SynProject.dpr with XE2,but a error display: Class TMemoEx not found.
where to find the TMemoEx?
thanks a lots.
Pages: 1