At my work I build software using C#, .NET, Flex, web services and stored procedures... We pretty much just call stored procedures for just about every interaction with our database, we do not embbed any sql statements at all.. So far it been working well, its just we use them for EVERYTHING! is that a bad thing? What woudl be a good time to use them versus just embedding the code. My boss says our whole reasoning for using them is to help stop "sql injection" in which when you think about it stored procedures seem pretty helpful with that sort, but the way we do things (call them using web services that are never exposed to the user) seems kinda pointless to use them.. considering there is not any real way for the user to enter sql statements thanks to the web serivce calls. What yah guyz think?
2007-01-30
09:15:27
·
3 answers
·
asked by
retrogamer4ever
3
in
Computers & Internet
➔ Programming & Design