Link to home
Start Free TrialLog in
Avatar of reynaldio
reynaldioFlag for Indonesia

asked on

Server side business logic

hi all,

i have developed a client server application with delphi 2007. all business logic and presentation are in client application. i want to move business logic to the server. but i have no idea how to call the business class on the client. and i dont use any orm framework, i use clientdataset on business logic. so i need this clientdataset on the client to connect it to data control. is it possible? is there any article i can read on, cause i'm still not sure the best architecture in delphi Ā for my application(small erp).

thanks
Reynaldi
ASKER CERTIFIED SOLUTION
Avatar of Geert G
Geert G
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My all business logic is stored in procedures on db server. Client just call procedures - to fetch or to set data.
I don't know any framework but this is quite easy to implement. Ex. in db you can store (blob) report file and call
db procedure to get report data (with some parameters).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial