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

C / C++ / MFC

 
AnswerRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 7:48
Cedric Moonen6-Feb-07 7:48 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:05
Waldermort6-Feb-07 8:05 
GeneralRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 8:16
Cedric Moonen6-Feb-07 8:16 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:30
Waldermort6-Feb-07 8:30 
GeneralRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 8:33
Cedric Moonen6-Feb-07 8:33 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:53
Waldermort6-Feb-07 8:53 
QuestionCalling a macro in Excel [modified] Pin
deville756-Feb-07 7:13
deville756-Feb-07 7:13 
QuestionSQL Problem Pin
_anil_6-Feb-07 2:40
_anil_6-Feb-07 2:40 
I want to insert a large binary data in to database( SQL server 2000 ) using VC6.
First I tried with RFX_Binary, with CByteArray but in that case I was able to insert only 8000 byte of data. After that data trunctaion error occures.

Then I tried with CLongBinary but in MFC RBX_LongBinary don't support. As I got assert at
<br />
void AFXAPI RFX_LongBinary(CFieldExchange* pFX, LPCTSTR szName,<br />
	CLongBinary& value)<br />
{<br />
:<br />
:<br />
:<br />
case CFieldExchange::BindParam:<br />
		// CLongBinary parameters are not supported<br />
		ASSERT(FALSE);<br />
:<br />
:<br />
:<br />
}<br />


Please suggest any method to try.

Regards
Anil

AnswerRe: SQL Problem Pin
Chris Losinger6-Feb-07 3:04
professionalChris Losinger6-Feb-07 3:04 
GeneralRe: SQL Problem Pin
_anil_6-Feb-07 3:39
_anil_6-Feb-07 3:39 
QuestionRe: SQL Problem Pin
David Crow6-Feb-07 3:30
David Crow6-Feb-07 3:30 
AnswerRe: SQL Problem Pin
_anil_6-Feb-07 3:37
_anil_6-Feb-07 3:37 
QuestionRe: SQL Problem Pin
David Crow6-Feb-07 3:57
David Crow6-Feb-07 3:57 
AnswerRe: SQL Problem Pin
_anil_6-Feb-07 4:37
_anil_6-Feb-07 4:37 
Questionfile manipulation in c Pin
deeps_cute6-Feb-07 2:23
deeps_cute6-Feb-07 2:23 
QuestionRe: file manipulation in c Pin
prasad_som6-Feb-07 2:35
prasad_som6-Feb-07 2:35 
AnswerRe: file manipulation in c Pin
deeps_cute6-Feb-07 3:08
deeps_cute6-Feb-07 3:08 
GeneralRe: file manipulation in c Pin
kakan6-Feb-07 3:22
professionalkakan6-Feb-07 3:22 
GeneralRe: file manipulation in c Pin
Roger Stoltz6-Feb-07 3:28
Roger Stoltz6-Feb-07 3:28 
GeneralRe: file manipulation in c Pin
prasad_som6-Feb-07 3:36
prasad_som6-Feb-07 3:36 
QuestionTimer/ Multitasking?? Pin
weehau6-Feb-07 2:14
weehau6-Feb-07 2:14 
QuestionRe: Timer/ Multitasking?? Pin
Roger Stoltz6-Feb-07 2:45
Roger Stoltz6-Feb-07 2:45 
AnswerRe: Timer/ Multitasking?? [modified] Pin
weehau6-Feb-07 4:37
weehau6-Feb-07 4:37 
GeneralRe: Timer/ Multitasking?? Pin
Waldermort6-Feb-07 5:32
Waldermort6-Feb-07 5:32 
QuestionRe: Timer/ Multitasking?? Pin
Roger Stoltz6-Feb-07 5:35
Roger Stoltz6-Feb-07 5:35 

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.