On 2011-03-26, at 9:00 AM, Richard Quadling wrote:
> Hi.
>
> What preferences do you all have when using SQL. Stored Procedures or
> PHP generated dynamic SQL or parameterized static SQL.
I used both. SPs work for some of the larger reports, especially when combined
with a view or two. For m
On Saturday, March 26, 2011, Richard Quadling wrote;
> What preferences do you all have when using SQL. Stored Procedures or
> PHP generated dynamic SQL or parameterized static SQL.
> Whichever you use how do you test them? Do you use unit testing in
> your PHP code? If so, do you also have unit
Hi.
What preferences do you all have when using SQL. Stored Procedures or
PHP generated dynamic SQL or parameterized static SQL.
Whichever you use how do you test them? Do you use unit testing in
your PHP code? If so, do you also have unit code testing for the SQL
statements (I suppose this mainl