
01-04-2001, 01:39 PM
|
|
|
DB access within classes
|
A friend of mine told me that all database access should be done by creating the actual DB calls in a class and then referencing the class as opposed to just calling the DB behind an "update" button. This seems to me that it would create more overhead by having to pass information to and from the class, creating 3 or more objects, etc. Any thoughts?
|
|