call cfquery or cfstoredproc. If you need to change either the query or
the stored procedure, you will need to edit this file. Now in either
case, you could simply use a cfinclude to separate out either into a
separate file thus fixing your problem.
-Matt
On Mar 24, 2004, at 10:08 AM, Tangorre, Michael wrote:
> > Maybe I wasn't clear in my reply to that statement. There is
> > nothing inherent about stored procedures which makes them
> > better for separating out work. It is in fact the same amount
> > of work to separate queries as it is stored procedures.
>
> Well... As I already pointed out:
>
> Developer1 - User Interface
> Developer2 - ColdFusion Code
> Developer3 - Queries/Procs
>
> The separation of work here is beneficial since Developer 2 and 3
> have to
> share resources (CF files) and the project might not be architected
> in the
> best way.
>
> So Id say that it's better for separation of work. If I was Developer
> 3 and
> had to constantly share a file(s) with developer 2, I think our
> progress
> would be at a much slower pace.
>
> Mike
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

