I have been reading some opinions that classes are frequently overused. Yet, they seem to me to be the obvious best choice for multi-tier, multi-user architecture. I am not a computer scientist, but classes to me are the key to using PC networks for applications previously requiring minis or even mainframes.<br>
<br>
We quickly found out that transfering data between objects by exposing properties was very inefficient. We also started with clunky ways of passing database data between tiers. But we have overcome these issues by such as wrapping multiple properties in a single variant and doing the same with recordsets.<br>
<br>
What are your experiences with classes? When are other approaches more appropriate?<br>
<br>
JohnK
<br>
We quickly found out that transfering data between objects by exposing properties was very inefficient. We also started with clunky ways of passing database data between tiers. But we have overcome these issues by such as wrapping multiple properties in a single variant and doing the same with recordsets.<br>
<br>
What are your experiences with classes? When are other approaches more appropriate?<br>
<br>
JohnK