in reply to [meditation] Structured, Typed Program Catalogs
I would also assume that any large program doesn't contain any SQL code - that all SQL code is found in a separate layer. Preferably two layers, one in "application space", in a library (or module), which calls stored procedures in the database. The stored procedures themselves will contain the queries. Programs should never touch tables themselves - that's as dirty as using global variables, or accessing attributes of alien classes directly.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: [meditation] Structured, Typed Program Catalogs
by RMGir (Prior) on Nov 19, 2002 at 14:25 UTC | |
by Abigail-II (Bishop) on Nov 19, 2002 at 14:31 UTC | |
by RMGir (Prior) on Nov 19, 2002 at 14:38 UTC | |
by Aristotle (Chancellor) on Nov 20, 2002 at 15:55 UTC |