Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32 exceptions and MFC Pin
madretierra28-Oct-04 6:04
madretierra28-Oct-04 6:04 
QuestionHow can I read an excel file? Pin
Member 132184927-Oct-04 22:53
Member 132184927-Oct-04 22:53 
AnswerRe: How can I read an excel file? Pin
V.28-Oct-04 0:10
professionalV.28-Oct-04 0:10 
GeneralRe: How can I read an excel file? Pin
Member 132184928-Oct-04 1:06
Member 132184928-Oct-04 1:06 
GeneralRe: How can I read an excel file? Pin
David Crow28-Oct-04 4:05
David Crow28-Oct-04 4:05 
AnswerRe: How can I read an excel file? Pin
jmkhael28-Oct-04 1:02
jmkhael28-Oct-04 1:02 
Generalspecial combobox Pin
mlabidi27-Oct-04 22:45
mlabidi27-Oct-04 22:45 
GeneralProblem with bulk inserts using CRecordset Pin
Yariv27-Oct-04 22:43
Yariv27-Oct-04 22:43 
Hi,
I'm trying to implement bulk insert using CRecordset derived class.
I'm now in a position that I can bulk update and delete exists records, but can't add new. The strange thing is that I can add #x records where x is the number of exists records in that table. It means that the Open method of the CRecordset (actually the Move method) 'mark' something that make the allocated bulk buffer valid for add/update/delete operations, but when the table is empty no buffer records has this 'mark' and the add fails. The problem is that I can't find the way to do this 'mark' myself. I tried to change the status array values to SQL_ROW_PROCEED but it didn't work.
Can anyone please help ? code will be appreciated...

GeneralYahoo IM. Pin
Member 32233527-Oct-04 22:35
Member 32233527-Oct-04 22:35 
GeneralRe: Yahoo IM. Pin
ThatsAlok27-Oct-04 23:55
ThatsAlok27-Oct-04 23:55 
GeneralRe: Yahoo IM. Pin
Member 32233528-Oct-04 11:05
Member 32233528-Oct-04 11:05 
GeneralRe: Yahoo IM. Pin
ThatsAlok28-Oct-04 23:32
ThatsAlok28-Oct-04 23:32 
GeneralProblem about screen-saver program... Pin
JoeZhang27-Oct-04 21:17
JoeZhang27-Oct-04 21:17 
GeneralMultithreaded User Interface Pin
IanAber27-Oct-04 21:15
IanAber27-Oct-04 21:15 
GeneralRe: Multithreaded User Interface Pin
Sujan Christo27-Oct-04 21:46
Sujan Christo27-Oct-04 21:46 
GeneralRe: Multithreaded User Interface Pin
Blake Miller28-Oct-04 7:13
Blake Miller28-Oct-04 7:13 
Generalhoe to hide or close console windows in Win32 console application with MFC support Pin
megiddo27-Oct-04 21:07
megiddo27-Oct-04 21:07 
GeneralRe: hoe to hide or close console windows in Win32 console application with MFC support Pin
Arsalan Malik28-Oct-04 0:16
Arsalan Malik28-Oct-04 0:16 
GeneralRe: hoe to hide or close console windows in Win32 console application with MFC support Pin
David Crow28-Oct-04 4:24
David Crow28-Oct-04 4:24 
GeneralScripting support in C++/MFC apps Pin
Imtiaz Murtaza27-Oct-04 21:05
Imtiaz Murtaza27-Oct-04 21:05 
GeneralRe: Scripting support in C++/MFC apps Pin
IanAber27-Oct-04 21:20
IanAber27-Oct-04 21:20 
GeneralCSocket Connect Issue Pin
randynamics27-Oct-04 19:30
randynamics27-Oct-04 19:30 
GeneralPassing referance and passing pointer Pin
Ranjish27-Oct-04 19:13
Ranjish27-Oct-04 19:13 
GeneralRe: Passing referance and passing pointer Pin
shiraztk27-Oct-04 19:59
shiraztk27-Oct-04 19:59 
GeneralRe: Passing referance and passing pointer Pin
Ryan Binns27-Oct-04 20:17
Ryan Binns27-Oct-04 20:17 

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.