Database programming

From: Alan (NOSPAMalan_pltse_at_yahoo.com.au)
Date: 11/16/04


Date: Wed, 17 Nov 2004 09:46:57 +1100

I am just wonder what is the usual approach of connecting database in you
gurus ?
Do you create Business Objects and Data Persistent Objects(which encapsulate
the ADO connection) to connect to backend database for data retrieval and an
update then the Business Object sends back the data to the presentation
layer (editbox, memobox) ? Do you use dataaware controls ?