Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multiline CEdit fonts? Pin
dazinith11-Jun-02 10:34
dazinith11-Jun-02 10:34 
GeneralRe: Multiline CEdit fonts? Pin
Roman Nurik11-Jun-02 11:52
Roman Nurik11-Jun-02 11:52 
GeneralRe: Multiline CEdit fonts? Pin
dazinith12-Jun-02 4:11
dazinith12-Jun-02 4:11 
GeneralCommandLine Pin
Anthony988711-Jun-02 9:28
Anthony988711-Jun-02 9:28 
GeneralRe: CommandLine Pin
Joaquín M López Muñoz11-Jun-02 9:39
Joaquín M López Muñoz11-Jun-02 9:39 
GeneralRe: CommandLine Pin
Rama Krishna Vavilala11-Jun-02 9:42
Rama Krishna Vavilala11-Jun-02 9:42 
GeneralRe: CommandLine Pin
Mike Nordell13-Jun-02 4:52
Mike Nordell13-Jun-02 4:52 
GeneralADO and Transactions Pin
11-Jun-02 7:50
suss11-Jun-02 7:50 
I was trying to use the ADO transaction mechnasim but had some problems. It appears that when I call the BeginTrans method, for whatever reason I can't terminate this transaction which ends up affecting calls after the tran.

This is my code essentially:

m_pConnection->BeginTrans(&nLevel);
bRet = DeleteObject(....)
if(bRet)
{
}
else
{
m_pConnection->RollbackTrans();
}

Essentially, if I get an error and try to rollback, it appears that the lock remains and I can't do anything else. Any ideas?
GeneralRe: ADO and Transactions Pin
Le centriste12-Jun-02 3:25
Le centriste12-Jun-02 3:25 
GeneralRead data of multiple data types from a file Pin
JMajors9811-Jun-02 7:29
JMajors9811-Jun-02 7:29 
GeneralRe: Read data of multiple data types from a file Pin
Joaquín M López Muñoz11-Jun-02 8:47
Joaquín M López Muñoz11-Jun-02 8:47 
GeneralMemory usage of a DLL Pin
11-Jun-02 7:23
suss11-Jun-02 7:23 
GeneralCreating Access DB Programmatically Pin
perlmunger11-Jun-02 6:44
perlmunger11-Jun-02 6:44 
GeneralRe: Creating Access DB Programmatically Pin
Christian Graus11-Jun-02 11:37
protectorChristian Graus11-Jun-02 11:37 
GeneralShellExecuteEx doen't wait... Pin
Srini Kella11-Jun-02 5:44
Srini Kella11-Jun-02 5:44 
GeneralRe: ShellExecuteEx doen't wait... Pin
Jeremy Falcon11-Jun-02 6:08
professionalJeremy Falcon11-Jun-02 6:08 
GeneralRe: ShellExecuteEx doen't wait... Pin
Srini Kella11-Jun-02 7:40
Srini Kella11-Jun-02 7:40 
GeneralRe: ShellExecuteEx doen't wait... Pin
Jeremy Falcon11-Jun-02 8:11
professionalJeremy Falcon11-Jun-02 8:11 
GeneralRe: ShellExecuteEx doen't wait... Pin
Srini Kella12-Jun-02 7:09
Srini Kella12-Jun-02 7:09 
Generalcast problem Pin
act_x11-Jun-02 5:21
act_x11-Jun-02 5:21 
GeneralRe: cast problem Pin
Paul M Watt11-Jun-02 5:39
mentorPaul M Watt11-Jun-02 5:39 
GeneralRe: cast problem Pin
Christian Graus11-Jun-02 11:39
protectorChristian Graus11-Jun-02 11:39 
GeneralAn exe that presses the "Enter" key Pin
11-Jun-02 4:04
suss11-Jun-02 4:04 
GeneralRe: An exe that presses the "Enter" key Pin
dazinith11-Jun-02 4:37
dazinith11-Jun-02 4:37 
GeneralNokia Serial Data Cable Commands Pin
Lucky the code machine11-Jun-02 4:03
Lucky the code machine11-Jun-02 4:03 

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.