Click here to Skip to main content
15,915,702 members
Home / Discussions / Database
   

Database

 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 11:50
Wanderley M23-Oct-01 11:50 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 12:34
John M. Drescher23-Oct-01 12:34 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 22:45
Wanderley M23-Oct-01 22:45 
GeneralSQL Server 7.0 SP3 and money datatype Pin
Michael Martin21-Oct-01 20:46
professionalMichael Martin21-Oct-01 20:46 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Wanderley M22-Oct-01 3:32
Wanderley M22-Oct-01 3:32 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Michael Martin22-Oct-01 15:32
professionalMichael Martin22-Oct-01 15:32 
GeneralMSDE 2000 Question Pin
John M. Drescher21-Oct-01 8:57
John M. Drescher21-Oct-01 8:57 
GeneralRe: MSDE 2000 Question Pin
John M. Drescher22-Oct-01 5:48
John M. Drescher22-Oct-01 5:48 
I think I found the problem. It was with my transactions. I called _pConnection->BeginTrans() inside a try / catch block. When an exception was raised because of a duplicate index, the m_pConnection->CommitTrans() was not being called and the transaction was still open. The next call (and all subsequent) call to BeginTrans would fail.
GeneralADO DataGrid, MS Access & Server-side cursors Pin
Jim Stim18-Oct-01 22:53
Jim Stim18-Oct-01 22:53 
GeneralRe: ADO DataGrid, MS Access & Server-side cursors Pin
Rashid Thadha21-Oct-01 22:40
Rashid Thadha21-Oct-01 22:40 
QuestionHow to age out subscribers accounts? Pin
Jason Jystad18-Oct-01 9:37
Jason Jystad18-Oct-01 9:37 
AnswerRe: How to age out subscribers accounts? Pin
Wanderley M19-Oct-01 8:42
Wanderley M19-Oct-01 8:42 
GeneralRe: How to age out subscribers accounts? Pin
Jason Jystad22-Oct-01 7:15
Jason Jystad22-Oct-01 7:15 
GeneralRe: How to age out subscribers accounts? Pin
Wanderley M22-Oct-01 7:49
Wanderley M22-Oct-01 7:49 
GeneralRe: How to age out subscribers accounts? Pin
Jason Jystad23-Oct-01 7:40
Jason Jystad23-Oct-01 7:40 
GeneralFinding duplicate records Pin
James Spibey17-Oct-01 22:39
James Spibey17-Oct-01 22:39 
GeneralRe: Finding duplicate records Pin
Wanderley M17-Oct-01 22:57
Wanderley M17-Oct-01 22:57 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 4:10
James Spibey18-Oct-01 4:10 
GeneralRe: Finding duplicate records Pin
Wanderley M18-Oct-01 9:07
Wanderley M18-Oct-01 9:07 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 10:43
James Spibey18-Oct-01 10:43 
GeneralRe: Finding duplicate records Pin
Wanderley M18-Oct-01 11:53
Wanderley M18-Oct-01 11:53 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 22:22
James Spibey18-Oct-01 22:22 
GeneralQuery to retrive table structure from sybase databae Pin
Renu17-Oct-01 21:29
Renu17-Oct-01 21:29 
GeneralCreating dBase files (tables) with ADO Pin
17-Oct-01 2:53
suss17-Oct-01 2:53 
GeneralRe: Creating dBase files (tables) with ADO Pin
Rashid Thadha20-Oct-01 12:39
Rashid Thadha20-Oct-01 12:39 

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.