Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Chump Is Stumped By VARIANT Problem Pin
led mike4-Apr-08 5:32
led mike4-Apr-08 5:32 
GeneralRe: Chump Is Stumped By VARIANT Problem Pin
Eurosid4-Apr-08 5:49
Eurosid4-Apr-08 5:49 
GeneralRe: Chump Is Stumped By VARIANT Problem Pin
Iain Clarke, Warrior Programmer4-Apr-08 5:43
Iain Clarke, Warrior Programmer4-Apr-08 5:43 
GeneralRe: Chump Is Stumped By VARIANT Problem Pin
Eurosid4-Apr-08 5:51
Eurosid4-Apr-08 5:51 
Generalprimary key Pin
Try4-Apr-08 4:34
Try4-Apr-08 4:34 
GeneralRe: primary key Pin
Nitheesh George4-Apr-08 4:45
Nitheesh George4-Apr-08 4:45 
QuestionRe: primary key Pin
David Crow4-Apr-08 6:08
David Crow4-Apr-08 6:08 
GeneralRe: primary key Pin
Try6-Apr-08 1:29
Try6-Apr-08 1:29 
I will update a field (Say fieldName)in the application. A trigger is executed outside the application in oracle, which changes the value of another field (Say fieldNumber=1, Now changed to fieldNumber=2 after trigger).

The method i follow after field update is :
1. Update (fieldName) to database
2. Refresh the updated value and trigger changed value (fieldNumber=2) to text box. I am doing refresh using select statement .. where ...

(select * from tbl where fieldNumber=1)

Since the trigger changes value outside application, my select statement's where clause have old value (fieldNumber=1). It fails.

Hence i want to know the primary key of the table and use refresh using select statement (only primary key)..
GeneralRe: primary key Pin
Mark Salsbery4-Apr-08 7:26
Mark Salsbery4-Apr-08 7:26 
GeneralA strange problem with CRecordset derived class Pin
Joseph Marzbani4-Apr-08 3:27
Joseph Marzbani4-Apr-08 3:27 
GeneralRe: A strange problem with CRecordset derived class Pin
prasad_som4-Apr-08 3:37
prasad_som4-Apr-08 3:37 
GeneralRe: A strange problem with CRecordset derived class Pin
Cedric Moonen4-Apr-08 3:41
Cedric Moonen4-Apr-08 3:41 
GeneralRe: A strange problem with CRecordset derived class Pin
Joseph Marzbani4-Apr-08 3:56
Joseph Marzbani4-Apr-08 3:56 
GeneralRe: A strange problem with CRecordset derived class Pin
Cedric Moonen4-Apr-08 3:59
Cedric Moonen4-Apr-08 3:59 
GeneralRe: A strange problem with CRecordset derived class Pin
CPallini4-Apr-08 4:00
mveCPallini4-Apr-08 4:00 
GeneralRe: A strange problem with CRecordset derived class Pin
CPallini4-Apr-08 3:51
mveCPallini4-Apr-08 3:51 
GeneralRe: A strange problem with CRecordset derived class Pin
Joseph Marzbani4-Apr-08 3:58
Joseph Marzbani4-Apr-08 3:58 
QuestionRe: A strange problem with CRecordset derived class Pin
David Crow4-Apr-08 6:20
David Crow4-Apr-08 6:20 
GeneralRe: A strange problem with CRecordset derived class Pin
Joseph Marzbani4-Apr-08 8:51
Joseph Marzbani4-Apr-08 8:51 
QuestionHow to Split the main window of MDI applications? Pin
Ali Tavakol4-Apr-08 3:19
Ali Tavakol4-Apr-08 3:19 
AnswerRe: How to Split the main window of MDI applications? Pin
Nitheesh George4-Apr-08 4:06
Nitheesh George4-Apr-08 4:06 
AnswerRe: How to Split the main window of MDI applications? Pin
Joseph Marzbani4-Apr-08 5:38
Joseph Marzbani4-Apr-08 5:38 
GeneralRe: How to Split the main window of MDI applications? Pin
Nitheesh George4-Apr-08 6:27
Nitheesh George4-Apr-08 6:27 
AnswerRe: How to Split the main window of MDI applications? Pin
Mark Salsbery4-Apr-08 7:30
Mark Salsbery4-Apr-08 7:30 
GeneralRe: How to Split the main window of MDI applications? Pin
Nelek8-Apr-08 21:31
protectorNelek8-Apr-08 21:31 

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.