Subject stored procedures versus queries
Author jonathanmfreedman
should i, if i am responsible for developing both the server database
and the user interface, used stored procedures to select data for
viewing, update data, and otherwise control all the transmission of
data from the server to the client, and call them thru stored
procedure objects instead of query objects?

jon freedman