Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Conflation algorithm Pin
Cedric Moonen16-Mar-09 4:44
Cedric Moonen16-Mar-09 4:44 
AnswerRe: Conflation algorithm Pin
Michael Schubert16-Mar-09 4:47
Michael Schubert16-Mar-09 4:47 
QuestionNeed help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama16-Mar-09 3:37
Andy Rama16-Mar-09 3:37 
AnswerRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Code-o-mat16-Mar-09 5:13
Code-o-mat16-Mar-09 5:13 
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama16-Mar-09 22:20
Andy Rama16-Mar-09 22:20 
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Code-o-mat17-Mar-09 0:55
Code-o-mat17-Mar-09 0:55 
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama19-Mar-09 0:51
Andy Rama19-Mar-09 0:51 
QuestionHow To store and retrieve images from database in VC++ Pin
savitri16-Mar-09 3:01
savitri16-Mar-09 3:01 
Hi All,

I'm savitri here. I'm doing FingerPrint project. In this project i want to store fingerprint in database and retrieve that fingerprint for comparision.I created one table called "Images" with 2 fields called ID(AutoNumber)and Image(OLE Object). While inserting fingerprint i'm writing SQL statement like this.
BYTE* buffer=new BYTE[1632];
buffer=m_RegTemplate.pbData;//m_RegTemplate is DATA_BLOB Type.
"INSERT INTO Images(Image) VALUES('"+buffer+"')";

I'm not getting how to retrieve the fingerprint from the database table. i want to save that retrieved fingerprint into m_RegTemplate.pbData for comparision.
Please tell me how to solve this problem and Give me some hints.

Thanks in Advance

Regards,
Savitri P Smile | :)
AnswerRe: How To store and retrieve images from database in VC++ Pin
Cedric Moonen16-Mar-09 3:12
Cedric Moonen16-Mar-09 3:12 
GeneralRe: How To store and retrieve images from database in VC++ Pin
Eytukan16-Mar-09 4:47
Eytukan16-Mar-09 4:47 
AnswerRe: How To store and retrieve images from database in VC++ Pin
bulg16-Mar-09 7:44
bulg16-Mar-09 7:44 
GeneralRe: How To store and retrieve images from database in VC++ Pin
savitri16-Mar-09 19:54
savitri16-Mar-09 19:54 
QuestionHelp Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
pandit8416-Mar-09 3:00
pandit8416-Mar-09 3:00 
AnswerRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS [modified] Pin
Michael Schubert16-Mar-09 3:44
Michael Schubert16-Mar-09 3:44 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
pandit8416-Mar-09 4:26
pandit8416-Mar-09 4:26 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
Michael Schubert16-Mar-09 4:31
Michael Schubert16-Mar-09 4:31 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
pandit8416-Mar-09 4:38
pandit8416-Mar-09 4:38 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
Michael Schubert16-Mar-09 4:45
Michael Schubert16-Mar-09 4:45 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
pandit8416-Mar-09 4:51
pandit8416-Mar-09 4:51 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS PinPopular
Michael Schubert16-Mar-09 5:00
Michael Schubert16-Mar-09 5:00 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
Michael Schubert16-Mar-09 5:29
Michael Schubert16-Mar-09 5:29 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
Eytukan16-Mar-09 5:30
Eytukan16-Mar-09 5:30 
GeneralRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
Michael Schubert16-Mar-09 5:34
Michael Schubert16-Mar-09 5:34 
AnswerRe: Help Buttons caption ( MessageBox ) showing "?" in Italian OS Pin
CPallini16-Mar-09 6:08
mveCPallini16-Mar-09 6:08 
QuestionCreating XML with Multibyte support and having Major, Minor versions in VC++ Pin
V K 216-Mar-09 2:51
V K 216-Mar-09 2:51 

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.