Click here to Skip to main content
15,911,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerMessage Closed Pin
5-Feb-06 8:44
ddmcr5-Feb-06 8:44 
GeneralRe: Application hangs when interrupted Pin
Joel McAlduff5-Feb-06 8:56
Joel McAlduff5-Feb-06 8:56 
QuestionRetrieving data from an ODBC data source Pin
SWDevil5-Feb-06 4:26
SWDevil5-Feb-06 4:26 
AnswerRe: Retrieving data from an ODBC data source Pin
Joel McAlduff5-Feb-06 4:44
Joel McAlduff5-Feb-06 4:44 
GeneralRe: Retrieving data from an ODBC data source Pin
SWDevil5-Feb-06 4:52
SWDevil5-Feb-06 4:52 
GeneralRe: Retrieving data from an ODBC data source Pin
Joel McAlduff5-Feb-06 5:22
Joel McAlduff5-Feb-06 5:22 
GeneralRe: Retrieving data from an ODBC data source Pin
SWDevil5-Feb-06 20:55
SWDevil5-Feb-06 20:55 
AnswerRe: Retrieving data from an ODBC data source Pin
David Crow7-Feb-06 2:54
David Crow7-Feb-06 2:54 
SWDevil wrote:
...the application crashes, and I don't understand why...


Have you stepped into the Open() call to find out why?

SWDevil wrote:
Another question - after the row: rs.Open(CRecordset::snapshot, strSQL, CRecordset::readOnly); is executed, how do I read the data that was retrieved by the SQL query? is it in the recordset object?


Derive a class from CRecordset. Its member variables will hold the vales. Otherwise, using CRecordset directly will require you to use GetFieldValue().


"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli


GeneralRe: Retrieving data from an ODBC data source Pin
SWDevil7-Feb-06 5:25
SWDevil7-Feb-06 5:25 
GeneralRe: Retrieving data from an ODBC data source Pin
David Crow7-Feb-06 5:34
David Crow7-Feb-06 5:34 
QuestionVisual Studio 2005 Standard - MFC? Pin
Dominik Reichl5-Feb-06 2:08
Dominik Reichl5-Feb-06 2:08 
AnswerRe: Visual Studio 2005 Standard - MFC? Pin
Jack Puppy5-Feb-06 3:21
Jack Puppy5-Feb-06 3:21 
QuestionDetecting flash animation and pop-ups Pin
llp00na5-Feb-06 2:01
llp00na5-Feb-06 2:01 
QuestionRotation text Pin
duvaft4-Feb-06 23:08
duvaft4-Feb-06 23:08 
AnswerRe: Rotation text Pin
Eugene Pustovoyt5-Feb-06 0:21
Eugene Pustovoyt5-Feb-06 0:21 
AnswerRe: Rotation text Pin
EXTEIDE5-Feb-06 1:23
EXTEIDE5-Feb-06 1:23 
GeneralRe: Rotation text Pin
Eugene Pustovoyt5-Feb-06 2:14
Eugene Pustovoyt5-Feb-06 2:14 
GeneralRe: Rotation text Pin
EXTEIDE5-Feb-06 3:41
EXTEIDE5-Feb-06 3:41 
AnswerRe: Rotation text Pin
Stephen Hewitt5-Feb-06 20:13
Stephen Hewitt5-Feb-06 20:13 
QuestionHow to go about porting to windows? Pin
Chintoo7234-Feb-06 22:42
Chintoo7234-Feb-06 22:42 
QuestionHow can I get a PropertyPage title without or before creating? Pin
Eugene Pustovoyt4-Feb-06 20:36
Eugene Pustovoyt4-Feb-06 20:36 
AnswerRe: How can I get a PropertyPage title without or before creating? Pin
PJ Arends5-Feb-06 9:55
professionalPJ Arends5-Feb-06 9:55 
GeneralRe: How can I get a PropertyPage title without or before creating? Pin
Eugene Pustovoyt5-Feb-06 19:19
Eugene Pustovoyt5-Feb-06 19:19 
QuestionFree Skin System Pin
Allad4-Feb-06 16:43
Allad4-Feb-06 16:43 
AnswerRe: Free Skin System Pin
EXTEIDE5-Feb-06 1:11
EXTEIDE5-Feb-06 1:11 

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.