Click here to Skip to main content
15,916,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The amazing vanishing keypress Pin
icabod3-Oct-05 6:06
icabod3-Oct-05 6:06 
GeneralRe: The amazing vanishing keypress Pin
hairy_hats3-Oct-05 23:11
hairy_hats3-Oct-05 23:11 
QuestionCRecordSet ? - adding new records Pin
ddmcr3-Oct-05 3:22
ddmcr3-Oct-05 3:22 
AnswerRe: CRecordSet ? - adding new records Pin
vikas amin3-Oct-05 3:54
vikas amin3-Oct-05 3:54 
QuestionRe: CRecordSet ? - adding new records Pin
ddmcr3-Oct-05 4:06
ddmcr3-Oct-05 4:06 
AnswerRe: CRecordSet ? - adding new records Pin
vikas amin3-Oct-05 4:36
vikas amin3-Oct-05 4:36 
QuestionRe: CRecordSet ? - adding new records [modified] Pin
ddmcr3-Oct-05 5:33
ddmcr3-Oct-05 5:33 
AnswerRe: CRecordSet ? - adding new records Pin
hairy_hats3-Oct-05 5:24
hairy_hats3-Oct-05 5:24 
Hi Giorgi,

I use http://www.codeproject.com/database/caaadoclass1.asp[^]

With those classes, you first need to open a transaction in CADODatabase, then call AddNew in CADORecordset, then call CommitTransaction in CADODatabase to commit the changes to the database. Your classes might be similar. You also need to make sure that you have select and editing privileges in the database!

HTH.
GeneralRe: CRecordSet ? - adding new records Pin
ddmcr3-Oct-05 5:54
ddmcr3-Oct-05 5:54 
AnswerRe: CRecordSet ? - adding new records Pin
Ghasrfakhri3-Oct-05 5:41
Ghasrfakhri3-Oct-05 5:41 
GeneralRe: CRecordSet ? - adding new records Pin
ddmcr3-Oct-05 5:51
ddmcr3-Oct-05 5:51 
AnswerRe: CRecordSet ? - adding new records Pin
Ghasrfakhri3-Oct-05 5:57
Ghasrfakhri3-Oct-05 5:57 
QuestionTransparent drawing Pin
Jagadeesh VN3-Oct-05 2:55
Jagadeesh VN3-Oct-05 2:55 
AnswerRe: Transparent drawing Pin
vikas amin3-Oct-05 3:24
vikas amin3-Oct-05 3:24 
AnswerRe: Transparent drawing Pin
Chris Losinger3-Oct-05 6:28
professionalChris Losinger3-Oct-05 6:28 
AnswerRe: Transparent drawing Pin
Lane Yu3-Oct-05 19:22
Lane Yu3-Oct-05 19:22 
Questionword addin Pin
a0kboy3-Oct-05 2:12
a0kboy3-Oct-05 2:12 
QuestionBitmap dialog Pin
rajeev823-Oct-05 2:04
rajeev823-Oct-05 2:04 
AnswerRe: Bitmap dialog Pin
Mircea Puiu3-Oct-05 2:28
Mircea Puiu3-Oct-05 2:28 
AnswerRe: Bitmap dialog Pin
vikas amin3-Oct-05 2:51
vikas amin3-Oct-05 2:51 
AnswerRe: Bitmap dialog Pin
vikas amin3-Oct-05 3:40
vikas amin3-Oct-05 3:40 
Questionhow many message maps in MFC Pin
Santosh Kumar793-Oct-05 1:52
Santosh Kumar793-Oct-05 1:52 
AnswerRe: how many message maps in MFC Pin
toxcct3-Oct-05 2:01
toxcct3-Oct-05 2:01 
QuestionRe: how many message maps in MFC Pin
David Crow3-Oct-05 2:44
David Crow3-Oct-05 2:44 
AnswerRe: how many message maps in MFC Pin
vikas amin3-Oct-05 3:09
vikas amin3-Oct-05 3:09 

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.