How to code Client apps using DA?

Hi, I have read about other orm’s where they are not using dataset, but instead using a object oriented framework for handling the data between visual db constrols and data(database)

How is this handled in a client app that is using DA as middletier? Does one still use dataset components as the layer between visual db constrols and the data(data in this case coming from DA). People seem to suggest that coding could become spagetti and I tend to agree.

I am looking for a object oriented framework for my client applications that would work with DA.

I know that some code/rules can be placed in the DA/middletier, however there will still be plenty of code/rules to execute in the client I believe.

How are you handling this issue?

Thanks,
Lasse

Using Delphi, MS SQL, DA for delphi

In DataAbstract you can solve problem of “spagetti code” using strong typed units - http://goo.gl/GD6tf .