in reply to How to structure applications using a RDBMS
As most of my work is with Sybase databases there is often a one-to-one mapping between these logical operations and a Sybase stored procedure, in which case there is no explicit SQL code in the application - only a call to a stored procedure, which adds an additional layer of abstraction.
This may not be the best solution in all cases, but it's what I've found easiest to maintain.
Michael
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How to structure applications using a RDBMS
by vladb (Vicar) on Jul 18, 2002 at 22:20 UTC |