Hello all,
Does anyone have experience in creating modules that act as segregating layers between the database and the business logic/GUI/etc?
We're trying to embrace this new component-based world and create single components that solely provide db functions.
We had a crack at this last year and ended up using user spaces to return multiple records but came up against a maximum barrier of 16MB.
Anyone know of a better method here? (or should we just settle for direct file access?)
Cheers,
Rob
Does anyone have experience in creating modules that act as segregating layers between the database and the business logic/GUI/etc?
We're trying to embrace this new component-based world and create single components that solely provide db functions.
We had a crack at this last year and ended up using user spaces to return multiple records but came up against a maximum barrier of 16MB.
Anyone know of a better method here? (or should we just settle for direct file access?)
Cheers,
Rob