[SQL] database abstraction -> functions

2002-09-27 Thread Jeroen Olthof
Hi, When developing applications is a good thing to create abstraction between different layers The one concerning the database would be the persistence layer. To create such abstraction I want all mij datababase activitie runned through functions. But how can I return a set of rows instead of a

Re: [SQL] database abstraction -> functions

2002-09-25 Thread Dmitry Tkach
Jeroen Olthof wrote: > Hi, > > When developing applications is a good thing to create abstraction between > different layers > The one concerning the database would be the persistence layer. To create > such abstraction I want all mij datababase activitie runned through > functions. But how can