Click here to Skip to main content
15,900,461 members
Home / Discussions / Database
   

Database

 
QuestionROLLBACK TRANSACTION Pin
Brendan Vogt8-Mar-06 2:58
Brendan Vogt8-Mar-06 2:58 
AnswerRe: ROLLBACK TRANSACTION Pin
Colin Angus Mackay8-Mar-06 3:08
Colin Angus Mackay8-Mar-06 3:08 
QuestionRe: ROLLBACK TRANSACTION Pin
Brendan Vogt8-Mar-06 3:18
Brendan Vogt8-Mar-06 3:18 
AnswerRe: ROLLBACK TRANSACTION Pin
Colin Angus Mackay8-Mar-06 3:20
Colin Angus Mackay8-Mar-06 3:20 
QuestionRe: ROLLBACK TRANSACTION Pin
Brendan Vogt8-Mar-06 3:24
Brendan Vogt8-Mar-06 3:24 
AnswerRe: ROLLBACK TRANSACTION Pin
Colin Angus Mackay8-Mar-06 4:06
Colin Angus Mackay8-Mar-06 4:06 
QuestionRe: ROLLBACK TRANSACTION Pin
Brendan Vogt8-Mar-06 3:30
Brendan Vogt8-Mar-06 3:30 
AnswerRe: ROLLBACK TRANSACTION Pin
toxcct8-Mar-06 6:58
toxcct8-Mar-06 6:58 
i think Colin is the best one to answer SQL questions over CodeProject, but i can give it a try Wink | ;)

transactions can be seen for what you write on the database as an atomic statement. this means that when you begin a transaction, everything you write inside the transaction is actually buffered. when you commit the transaction, the database is physically altered by writing you datas. if you rollback the transaction, everything you did inside the transaction is lost, and the database state (as it was before your transaction) is not modified.

QuestionSQL statment Pin
charbelasmar7-Mar-06 22:47
charbelasmar7-Mar-06 22:47 
AnswerRe: SQL statment Pin
cbhkenshin8-Mar-06 0:25
cbhkenshin8-Mar-06 0:25 
AnswerRe: SQL statment Pin
Michael Potter8-Mar-06 9:19
Michael Potter8-Mar-06 9:19 
AnswerRe: SQL statment Pin
shm5314-Mar-06 7:26
shm5314-Mar-06 7:26 
QuestionDataAdapter.Fill Method Pin
thainam7-Mar-06 20:32
thainam7-Mar-06 20:32 
AnswerRe: DataAdapter.Fill Method Pin
Ritesh12347-Mar-06 22:11
Ritesh12347-Mar-06 22:11 
GeneralRe: DataAdapter.Fill Method Pin
thainam7-Mar-06 22:23
thainam7-Mar-06 22:23 
QuestionMerge Replication,Please help me, it urgent !!! Pin
BachMieu7-Mar-06 16:41
BachMieu7-Mar-06 16:41 
AnswerRe: Merge Replication,Please help me, it urgent !!! Pin
Rob Graham8-Mar-06 3:44
Rob Graham8-Mar-06 3:44 
QuestionRe: Merge Replication,Please help me, it urgent !!! Pin
BachMieu8-Mar-06 21:03
BachMieu8-Mar-06 21:03 
QuestionSQL Server registration fails "Not associated with a trusted SQL Server..." Pin
ah Chung7-Mar-06 8:28
ah Chung7-Mar-06 8:28 
AnswerRe: SQL Server registration fails "Not associated with a trusted SQL Server..." Pin
Rob Graham8-Mar-06 3:47
Rob Graham8-Mar-06 3:47 
GeneralRe: SQL Server registration fails "Not associated with a trusted SQL Server..." Pin
ah Chung9-Mar-06 0:05
ah Chung9-Mar-06 0:05 
QuestionDateTime Conversion Error Pin
pubududilena7-Mar-06 1:14
pubududilena7-Mar-06 1:14 
AnswerRe: DateTime Conversion Error Pin
Ritesh12347-Mar-06 1:40
Ritesh12347-Mar-06 1:40 
AnswerRe: DateTime Conversion Error Pin
jonathan157-Mar-06 1:44
jonathan157-Mar-06 1:44 
AnswerRe: DateTime Conversion Error Pin
HimaBindu Vejella8-Mar-06 0:14
HimaBindu Vejella8-Mar-06 0:14 

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.