On Sun, Feb 17, 2013 at 10:00 AM, AmirBehzad Eslami
wrote:
> We have a bunch of SQL-queries, they should be executed in
> a sequential order, with a defensive programming style in mind.
>
> We were thinking to implement the solution as "Stored Procedures"
> instead of a PHP solution that runs SQL
Hi,
We were thinking to implement the solution as "Stored Procedures"
> instead of a PHP solution that runs SQL queries, but an article in
> Coding Horro recommendeds to avoid SP for good reasons:
The article shows only one thing. that common practice should be to 'do
everything where it belongs
Am 17.02.13 17:00, schrieb AmirBehzad Eslami:
> Dear list,
>
> We have a bunch of SQL-queries, they should be executed in
> a sequential order, with a defensive programming style in mind.
I don't understand what you want?
Queries are executed sequentially or do you plan to create a
multi-process PH
Dear list,
We have a bunch of SQL-queries, they should be executed in
a sequential order, with a defensive programming style in mind.
We were thinking to implement the solution as "Stored Procedures"
instead of a PHP solution that runs SQL queries, but an article in
Coding Horro recommendeds to a
4 matches
Mail list logo