Re: Application logic and Business logic
From: Alfredo Novoa (alfredo_novoa_at_hotmail.com)
Date: 02/28/05
- Next message: Alfredo Novoa: "Re: Application logic and Business logic"
- Next in thread: Alfredo Novoa: "Re: Application logic and Business logic"
- Maybe reply: Alfredo Novoa: "Re: Application logic and Business logic"
- Maybe reply: frebe: "Re: Application logic and Business logic"
- Maybe reply: frebe: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 21:34:09 +0100
On Mon, 28 Feb 2005 14:18:02 -0500, Thomas Gagne
<tgagne@wide-open-west.com> wrote:
>We'll have to agree to disagree on that point. Why should an application know
>that to affect a transaction requiring only five parameters that as many as
>seven tables are updated, two of them optionally?
You are assuming a procedural interface and DBMSs should be accessed
using declarative interfaces.
> All the application need
>know is the name of the procedure and the required parameters.
All the application needs to do is to declare the transaction.
> If it becomes
>necessary to update another table or move a column to another I can do so
>without perturbing the application.
Nothing of this is neccessary with a declarative approach.
>Or imagine an application with embedded SQL that needs to be optimized.
SQL optimization is a task for the DBMS. If your DBMS is not able to
optimize the queries then you have a poor DBMS.
>Having to ship a new program to production for such a minor fix is a blunder.
> Better to be able to update the stored procedure without having to ship new
>code.
But you need to ship code to update an stored procedure.
Regards
- Next message: Alfredo Novoa: "Re: Application logic and Business logic"
- Next in thread: Alfredo Novoa: "Re: Application logic and Business logic"
- Maybe reply: Alfredo Novoa: "Re: Application logic and Business logic"
- Maybe reply: frebe: "Re: Application logic and Business logic"
- Maybe reply: frebe: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Maybe reply: topmind: "Re: Application logic and Business logic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|