Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr1-Dec-09 3:01
Larry Mills Sr1-Dec-09 3:01 
QuestionRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow1-Dec-09 3:04
David Crow1-Dec-09 3:04 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr2-Dec-09 2:35
Larry Mills Sr2-Dec-09 2:35 
QuestionRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow2-Dec-09 2:42
David Crow2-Dec-09 2:42 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr2-Dec-09 15:05
Larry Mills Sr2-Dec-09 15:05 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow2-Dec-09 17:44
David Crow2-Dec-09 17:44 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr3-Dec-09 14:58
Larry Mills Sr3-Dec-09 14:58 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow3-Dec-09 15:58
David Crow3-Dec-09 15:58 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr4-Dec-09 2:51
Larry Mills Sr4-Dec-09 2:51 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow4-Dec-09 7:48
David Crow4-Dec-09 7:48 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr4-Dec-09 8:02
Larry Mills Sr4-Dec-09 8:02 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow4-Dec-09 9:06
David Crow4-Dec-09 9:06 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr4-Dec-09 13:52
Larry Mills Sr4-Dec-09 13:52 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow7-Dec-09 2:59
David Crow7-Dec-09 2:59 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr7-Dec-09 5:13
Larry Mills Sr7-Dec-09 5:13 
QuestionRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow7-Dec-09 5:27
David Crow7-Dec-09 5:27 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr7-Dec-09 5:35
Larry Mills Sr7-Dec-09 5:35 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow7-Dec-09 8:49
David Crow7-Dec-09 8:49 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr7-Dec-09 13:30
Larry Mills Sr7-Dec-09 13:30 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow8-Dec-09 3:24
David Crow8-Dec-09 3:24 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? [modified] Pin
Larry Mills Sr7-Dec-09 14:05
Larry Mills Sr7-Dec-09 14:05 
I used your code and it says:
m_rDatabase.Open(NULL, NULL, FALSE, _T("ODBC;DSN=CookIt.mdb.dsn"));
"file not found"
if change it to:
m_rDatabase.Open(NULL, NULL, FALSE, _T("ODBC;DSN=c:\\CookIt\\Program\\DataBases\\DB\\CookIt.mdb.dsn"));
and it gave error: "Data Source name toog long and not found"

I finally put the original under GetDefaultConnect(). Id gave an error of "ODBC does not support dynsets"
the database was created as 2003 and I used the driver 6.001 which is supposed to work on either dynasets or snapshots? any ideas?

I re-created the Recordset this time I selected "snapshot".
Now it says "Recordset is read Only"? I don;t understand this!

A C++ programming language novice, but striving to learn

modified on Monday, December 7, 2009 8:32 PM

QuestionRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow8-Dec-09 3:20
David Crow8-Dec-09 3:20 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr8-Dec-09 4:12
Larry Mills Sr8-Dec-09 4:12 
GeneralRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
Larry Mills Sr9-Dec-09 4:25
Larry Mills Sr9-Dec-09 4:25 
AnswerRe: Why I cannot have a ListControl in a CRecordView derived class? Pin
David Crow9-Dec-09 4:29
David Crow9-Dec-09 4:29 

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.