G
Guest
Currently we are building SQL statements using strings and string variables
depending on users selections and then passing the SQL statement into the
command or connection object. I have been taught to use stored procedures
however I am unclear as to the specific advantages of using stored procedures
instead of building strings.
Answers to the above is what I am seeking.
Thanks.
depending on users selections and then passing the SQL statement into the
command or connection object. I have been taught to use stored procedures
however I am unclear as to the specific advantages of using stored procedures
instead of building strings.
Answers to the above is what I am seeking.
Thanks.