Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Non resizing window Pin
The Bug23-Aug-04 8:06
The Bug23-Aug-04 8:06 
GeneralRe: Non resizing window Pin
doctorpi23-Aug-04 8:17
doctorpi23-Aug-04 8:17 
GeneralRe: Non resizing window Pin
Dragos1979200223-Aug-04 8:39
Dragos1979200223-Aug-04 8:39 
GeneralRe: Non resizing window Pin
Omar.Pessoa20-Nov-11 23:10
Omar.Pessoa20-Nov-11 23:10 
GeneralRe: Non resizing window Pin
Chuck O'Toole21-Nov-11 3:55
Chuck O'Toole21-Nov-11 3:55 
GeneralRe: Non resizing window Pin
Omar.Pessoa21-Nov-11 4:34
Omar.Pessoa21-Nov-11 4:34 
GeneralStoring binary data in SQLServer Field Pin
BlackDice23-Aug-04 6:47
BlackDice23-Aug-04 6:47 
GeneralRe: Storing binary data in SQLServer Field Pin
Jeremy Falcon23-Aug-04 6:58
professionalJeremy Falcon23-Aug-04 6:58 
One way to do it is to specify the binary data in hex. For instance...
INSERT INTO tblSomething (BinaryColumn) VALUES (0xFF)
However, I'd suggest using ADO properties and methods for this to avoid messing with the hex conversions, etc.

Search online for SQL Server and BLOBs and you're bound to find an example or two.

Jeremy Falcon
GeneralRe: Storing binary data in SQLServer Field Pin
David Salter23-Aug-04 7:13
David Salter23-Aug-04 7:13 
GeneralMFC and DLL Pin
SylL23-Aug-04 6:17
SylL23-Aug-04 6:17 
GeneralRe: MFC and DLL Pin
Doug Mitchell23-Aug-04 6:20
Doug Mitchell23-Aug-04 6:20 
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 22:42
SylL23-Aug-04 22:42 
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 23:17
SylL23-Aug-04 23:17 
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 23:57
SylL23-Aug-04 23:57 
Questionhow to auto load from ini esp the numbers from the ini file Pin
ELY M.23-Aug-04 5:59
ELY M.23-Aug-04 5:59 
AnswerRe: how to auto load from ini esp the numbers from the ini file Pin
David Salter23-Aug-04 6:07
David Salter23-Aug-04 6:07 
AnswerRe: how to auto load from ini esp the numbers from the ini file Pin
David Crow23-Aug-04 7:50
David Crow23-Aug-04 7:50 
Generalemo75u Pin
emo75u23-Aug-04 4:28
emo75u23-Aug-04 4:28 
GeneralRe: emo75u Pin
Cedric Moonen23-Aug-04 4:33
Cedric Moonen23-Aug-04 4:33 
GeneralCTreeCtrl with checkboxes Pin
фил23-Aug-04 3:41
фил23-Aug-04 3:41 
GeneralRe: CTreeCtrl with checkboxes Pin
vcplusplus23-Aug-04 5:16
vcplusplus23-Aug-04 5:16 
Generalexit( ); Error descriptions in VC++ 7! Pin
CreepingFeature23-Aug-04 1:55
CreepingFeature23-Aug-04 1:55 
GeneralRe: exit( ); Error descriptions in VC++ 7! Pin
jhwurmbach23-Aug-04 2:18
jhwurmbach23-Aug-04 2:18 
GeneralBounding box of a set of points... Pin
Anonymous23-Aug-04 1:09
Anonymous23-Aug-04 1:09 
GeneralRe: Bounding box of a set of points... Pin
Cedric Moonen23-Aug-04 1:20
Cedric Moonen23-Aug-04 1:20 

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.