Click here to Skip to main content
15,888,610 members
Home / Discussions / Database
   

Database

 
GeneralRe: sql: count product's item, how about the zero item? Pin
zrocb818-Jan-06 17:34
zrocb818-Jan-06 17:34 
QuestionHow can i shutdown database in oracle 10g Pin
Ta_Tee4737-Jan-06 17:26
Ta_Tee4737-Jan-06 17:26 
AnswerRe: How can i shutdown database in oracle 10g Pin
Dave Kreskowiak8-Jan-06 16:14
mveDave Kreskowiak8-Jan-06 16:14 
QuestionExport 50,000 records to a Text File. Pin
kakarato6-Jan-06 7:52
kakarato6-Jan-06 7:52 
AnswerRe: Export 50,000 records to a Text File. Pin
Colin Angus Mackay6-Jan-06 12:00
Colin Angus Mackay6-Jan-06 12:00 
GeneralRe: Export 50,000 records to a Text File. Pin
kakarato7-Jan-06 6:22
kakarato7-Jan-06 6:22 
Questionincreasing size of LDF file Pin
Member 20731416-Jan-06 2:52
Member 20731416-Jan-06 2:52 
AnswerRe: increasing size of LDF file Pin
Dave Kreskowiak6-Jan-06 5:17
mveDave Kreskowiak6-Jan-06 5:17 
anant.awadhut wrote:
My question is that if I close the connection after each query execution will it commit the transaction


In general terms, no, you have to commit the transaction yourself, provided you actually started one. If you start a transaction and don't explicitly commit it, then, upon disconnection from the database, it assumes the transaction is not complete and any changes within that transaction are rolled back.

You might find this[^] MS KB article useful in helping you determine where the problem is.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: increasing size of LDF file Pin
Dave Kreskowiak6-Jan-06 7:05
mveDave Kreskowiak6-Jan-06 7:05 
GeneralRe: increasing size of LDF file Pin
Member 20731416-Jan-06 17:47
Member 20731416-Jan-06 17:47 
GeneralRe: increasing size of LDF file Pin
Dave Kreskowiak7-Jan-06 6:30
mveDave Kreskowiak7-Jan-06 6:30 
QuestionSQL Sample Databases Pin
Brendan Vogt6-Jan-06 0:34
Brendan Vogt6-Jan-06 0:34 
AnswerRe: SQL Sample Databases Pin
Colin Angus Mackay6-Jan-06 1:24
Colin Angus Mackay6-Jan-06 1:24 
QuestionRe: SQL Sample Databases Pin
Brendan Vogt6-Jan-06 1:29
Brendan Vogt6-Jan-06 1:29 
AnswerRe: SQL Sample Databases Pin
gharry6-Jan-06 5:44
gharry6-Jan-06 5:44 
QuestionSQL Doubt. Pin
<color>Aljechin 5-Jan-06 19:32
<color>Aljechin 5-Jan-06 19:32 
AnswerRe: SQL Doubt. Pin
nguyenvhn5-Jan-06 20:48
nguyenvhn5-Jan-06 20:48 
AnswerRe: SQL Doubt. Pin
Colin Angus Mackay5-Jan-06 20:49
Colin Angus Mackay5-Jan-06 20:49 
QuestionDAO Notification? Pin
lynchspawn5-Jan-06 9:51
lynchspawn5-Jan-06 9:51 
AnswerRe: DAO Notification? Pin
Dave Kreskowiak6-Jan-06 5:05
mveDave Kreskowiak6-Jan-06 5:05 
QuestionPartial name Pin
gharry5-Jan-06 9:47
gharry5-Jan-06 9:47 
AnswerRe: Partial name Pin
Colin Angus Mackay5-Jan-06 11:01
Colin Angus Mackay5-Jan-06 11:01 
GeneralRe: Partial name Pin
gharry5-Jan-06 22:46
gharry5-Jan-06 22:46 
GeneralRe: Partial name Pin
Colin Angus Mackay6-Jan-06 1:45
Colin Angus Mackay6-Jan-06 1:45 
QuestionReading CSV file into DataGrid Pin
gharry5-Jan-06 5:32
gharry5-Jan-06 5:32 

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.