Click here to Skip to main content
15,911,360 members
Home / Discussions / Database
   

Database

 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Marc Clifton11-Aug-05 13:23
mvaMarc Clifton11-Aug-05 13:23 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Rob Graham11-Aug-05 13:27
Rob Graham11-Aug-05 13:27 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Marc Clifton11-Aug-05 13:32
mvaMarc Clifton11-Aug-05 13:32 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Rob Graham11-Aug-05 13:44
Rob Graham11-Aug-05 13:44 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Marc Clifton11-Aug-05 13:59
mvaMarc Clifton11-Aug-05 13:59 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
ToddHileHoffer12-Aug-05 6:36
ToddHileHoffer12-Aug-05 6:36 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Marc Clifton12-Aug-05 6:45
mvaMarc Clifton12-Aug-05 6:45 
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
ToddHileHoffer12-Aug-05 7:04
ToddHileHoffer12-Aug-05 7:04 
There are three reasons only to use stored procs.
#1 Security. You can grant users the ability to update records without having permissions to the table. It prevents users from connecting to your database from say access to update the tables.
#2 Prevents SQL Injection attacks.
#3 Performance is improved because the queries' execution plans are cached on the server.

If you have to write out your sql commands because you are dynamically generating sql statements then so be it, but that sounds hairy to me.


"People who never make mistakes, never do anything."

My blog
http://toddsnotsoamazinglife.blogspot.com/
GeneralRe: Rollback not working. Any ideas? [Edit] Pin
Marc Clifton13-Aug-05 12:30
mvaMarc Clifton13-Aug-05 12:30 
GeneralCorrelated Subquery Problem Pin
mjackson1111-Aug-05 9:52
mjackson1111-Aug-05 9:52 
GeneralRe: Correlated Subquery Problem Pin
ToddHileHoffer12-Aug-05 7:09
ToddHileHoffer12-Aug-05 7:09 
GeneralAt attempt 341: "Object not set to an instance of an object" Pin
alexvw11-Aug-05 5:10
alexvw11-Aug-05 5:10 
GeneralT-SQL Question Pin
WDI11-Aug-05 1:43
WDI11-Aug-05 1:43 
GeneralRe: T-SQL Question Pin
Colin Angus Mackay11-Aug-05 2:23
Colin Angus Mackay11-Aug-05 2:23 
GeneralRe: T-SQL Question Pin
Michael Potter11-Aug-05 4:02
Michael Potter11-Aug-05 4:02 
GeneralRe: T-SQL Question Pin
Colin Angus Mackay11-Aug-05 4:06
Colin Angus Mackay11-Aug-05 4:06 
GeneralMultiuser Pin
peepys10-Aug-05 18:06
peepys10-Aug-05 18:06 
GeneralRe: Multiuser Pin
Christian Graus10-Aug-05 18:48
protectorChristian Graus10-Aug-05 18:48 
QuestionHow to Update a row in Datagrid Pin
dwark10610-Aug-05 14:49
dwark10610-Aug-05 14:49 
Generalrestore database command Pin
Anonymous10-Aug-05 10:42
Anonymous10-Aug-05 10:42 
GeneralNew Trigger at run-time Pin
RoyRose7810-Aug-05 9:16
RoyRose7810-Aug-05 9:16 
GeneralServer Crash!!!! Pin
Anonymous10-Aug-05 5:56
Anonymous10-Aug-05 5:56 
GeneralError in updating foxpro table.. :-( Pin
Member 185596310-Aug-05 5:08
Member 185596310-Aug-05 5:08 
GeneralRe: Error in updating foxpro table.. :-( Pin
Rob Graham10-Aug-05 5:13
Rob Graham10-Aug-05 5:13 
GeneralRe: Error in updating foxpro table.. :-( Pin
Member 185596310-Aug-05 6:33
Member 185596310-Aug-05 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.