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

C / C++ / MFC

 
QuestionHow To store and retrieve images from database in VC++ Pin
savitri16-Mar-09 3:01
savitri16-Mar-09 3:01 
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 
QuestionDialog is not displayed properly Pin
hrishiS16-Mar-09 2:01
hrishiS16-Mar-09 2:01 
AnswerRe: Dialog is not displayed properly Pin
Jijo.Raj16-Mar-09 2:34
Jijo.Raj16-Mar-09 2:34 
GeneralRe: Dialog is not displayed properly Pin
hrishiS16-Mar-09 2:49
hrishiS16-Mar-09 2:49 
GeneralRe: Dialog is not displayed properly Pin
hrishiS16-Mar-09 3:03
hrishiS16-Mar-09 3:03 
AnswerRe: Dialog is not displayed properly Pin
Eytukan16-Mar-09 2:52
Eytukan16-Mar-09 2:52 
QuestionHow to store and fetch Finger print in Database Pin
savitri16-Mar-09 1:55
savitri16-Mar-09 1:55 
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 Cry | :((
AnswerRe: How to store and fetch Finger print in Database Pin
Eytukan16-Mar-09 4:46
Eytukan16-Mar-09 4:46 

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.