CodeFirst DataAbstract Server

Hi,

Just want to confirm the way to add a new dataabstractservice in delphi codefirst server.

As now I manual copy old dataservice unit and rename it and add to project, if I need add a blank dataastractservice, any guideline?Just RODL server, open servicebuilder create a service, any similar procedure for it?

Please advise.

Joe

Hi,

you can just add a new Remoting Code-First Service Module to your project:

.

after adding, add DataAbstractService_Impl to uses section, change ancestor to TDataAbstractService and re-open this unit in IDE.