Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: debugging VS6.0 C (not ++)... how to view entire array contents? Pin
Jesse Evans31-Jul-06 11:16
Jesse Evans31-Jul-06 11:16 
GeneralRe: debugging VS6.0 C (not ++)... how to view entire array contents? Pin
Jesse Evans31-Jul-06 11:18
Jesse Evans31-Jul-06 11:18 
AnswerRe: debugging VS6.0 C (not ++)... how to view entire array contents? Pin
Zac Howland31-Jul-06 10:37
Zac Howland31-Jul-06 10:37 
GeneralRe: debugging VS6.0 C (not ++)... how to view entire array contents? Pin
Jesse Evans31-Jul-06 11:26
Jesse Evans31-Jul-06 11:26 
AnswerRe: debugging VS6.0 C (not ++)... how to view entire array contents? Pin
Michael Dunn31-Jul-06 18:07
sitebuilderMichael Dunn31-Jul-06 18:07 
QuestionReading And Writting Files to Access Database using ADO [modified] Pin
Christopher Stratmann31-Jul-06 8:36
Christopher Stratmann31-Jul-06 8:36 
AnswerRe: Reading And Writting Files to Access Database using ADO Pin
Zac Howland31-Jul-06 8:45
Zac Howland31-Jul-06 8:45 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Christopher Stratmann31-Jul-06 10:56
Christopher Stratmann31-Jul-06 10:56 
You are right. The function did return NULL. It returned a 6 which is Handle is invalid. I then checked m_lb_FileData.m_hData and it is NULL? I dont know why this is because m_l_FileID = 3 and m_cs_FileName = "Temp.txt"

I know I have the code right in my record set class....I think...
The .h File....
class CRecordSetFile : public CRecordset
{
public:
	CRecordSetFile(CDatabase* pDatabase = NULL);
	DECLARE_DYNAMIC(CRecordSetFile)

// Field/Param Data
	//{{AFX_FIELD(CRecordSetFile, CRecordset)
	RS_FILE m_rs_file;
	//}}AFX_FIELD

The .cpp File....
RFX_Long(pFX, _T("[FileID]"),           m_rs_file.m_l_FileID);
RFX_Text(pFX, _T("[FileName]"),         m_rs_file.m_cs_FileName     ,RS_FILE_MAX_FILENAME       ,SQL_CHAR);
RFX_LongBinary(pFX, _T("[FileData]"),   m_rs_file.m_lb_FileData);

GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Zac Howland31-Jul-06 11:16
Zac Howland31-Jul-06 11:16 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Christopher Stratmann31-Jul-06 23:50
Christopher Stratmann31-Jul-06 23:50 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Zac Howland1-Aug-06 3:46
Zac Howland1-Aug-06 3:46 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Christopher Stratmann1-Aug-06 4:22
Christopher Stratmann1-Aug-06 4:22 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Zac Howland1-Aug-06 4:40
Zac Howland1-Aug-06 4:40 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Christopher Stratmann1-Aug-06 7:58
Christopher Stratmann1-Aug-06 7:58 
GeneralRe: Reading And Writting Files to Access Database using ADO Pin
Christopher Stratmann4-Aug-06 2:09
Christopher Stratmann4-Aug-06 2:09 
Questionwininet issue Pin
EpicYeti31-Jul-06 8:20
EpicYeti31-Jul-06 8:20 
AnswerRe: wininet issue Pin
Zac Howland31-Jul-06 9:11
Zac Howland31-Jul-06 9:11 
GeneralRe: wininet issue Pin
EpicYeti31-Jul-06 9:52
EpicYeti31-Jul-06 9:52 
GeneralRe: wininet issue Pin
Zac Howland31-Jul-06 9:57
Zac Howland31-Jul-06 9:57 
GeneralRe: wininet issue Pin
EpicYeti31-Jul-06 10:25
EpicYeti31-Jul-06 10:25 
GeneralRe: wininet issue Pin
Lucky the code machine23-Feb-08 5:55
Lucky the code machine23-Feb-08 5:55 
QuestionProblems with Dialog Buttons Pin
kitty531-Jul-06 6:34
kitty531-Jul-06 6:34 
AnswerRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:40
toxcct31-Jul-06 6:40 
GeneralRe: Problems with Dialog Buttons Pin
Zac Howland31-Jul-06 6:45
Zac Howland31-Jul-06 6:45 
GeneralRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:47
toxcct31-Jul-06 6:47 

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.