phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] SQL Stored procedures?


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] SQL Stored procedures?
Date: Thu, 23 May 2002 13:17:52 +0000

it might, but it would not only take major additions to the setup code to 
support
it, but would require most apps to be rewritten to call sp's instead of 
executing
sql, thus totaly defeating the database abstraction.  The whole idea behind
phpgwapi's database class is that the app programmer doesn't need to care what
database is behind it, he/she just uses standard SQL statements.  And if this is
followed, the app will magically work on all databases that phpgw supports 
without
furthur porting.

Roy Sigurd Karlsbakk (address@hidden) wrote*:
>
>hi
>
>wouldn't using SQL stored procedures on those DBMSes that support it, result
>in a major performance boom? Has anyone tried? What's the down-sides of using
>them?
>
>Computers are like air conditioners.
>They stop working when you open Windows.
>
>
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]