Re: Where to store SQL statement



On May 9, 6:59 pm, jsguru72 <j...@xxxxxxxxxx> wrote:
... One of my biggest problems is having the SQL statements
hardcoded in class.

<snip>

Where should I be storing the statements?

<snip>


I use MySQL stored procedures: no files to maintain, optimized
execution. (Note: requires MySQL 5.0 I think).

C>


.



Relevant Pages