Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is DE a better approach than anything else?
Message
 
To
09/09/2000 01:42:09
Marlou Gargantos
Independent Consultant
Manila, Philippines
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00412424
Message ID:
00414565
Views:
39
>>If you follow this architecture (which is the way most modern development is going) the guts of your application is in your business layer(s). The UI never touches the data directly. (So DE and Forms are a none issue for any serious development project. I no longer touch the DE.)
>
>VB DE still uses ODBC/OLE DB. You are using cursors here and therefore, it is not directly connected to DB. Unlike VFP, using its traditional DML, it's purely single tier. Now, exclude middle-tier, and VB is purely 2-tier development regardless of the database. It might be subjective, but combine VB/ACCESS DB or VB/VFPDBC, it is a two-tier architecture because of SPs/Triggers. That scenario, the methodology is 2-tier because you have 2 layers.

In either case your UI still accesses the database directly, even via ODBC/OLE DB. My point is that in the Windows DNA (.NET) architecture (and most modern development) the UI cannot and does not talk with the database. It negotiates with the interface of the business objects and the business objects communicate with the data. In fact the UI does not even know the location of the database or the engine being used.
George
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform