Board index » delphi » Structure of DB applications?
f9...@efd.lth.se (Magnus Gaefvert)
![]() Delphi Developer |
Sun, 15 Mar 1998 03:00:00 GMT
Structure of DB applications?
I just built a fairly large database application with Delphi. Keeping
"business logic and engine type code" separate from user interface code was a goal which was severely broken. This due to the use of dataaware controls. With dataaware controls the logic gets tightly bound to the user interface. For my next project I therefor plan not to use dataaware controls, but instead unbound controls. With this strategy I can easily separate UI, database code and data validation code. I would like to know how other developers do this separation. Can you manage this with the use of dataaware controls, and if so how? My next project is a database application using ODBC-interface towards Magnus G?fvert. |