Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to read the file Pin
happy_ram17-Jun-06 0:32
happy_ram17-Jun-06 0:32 
AnswerRe: how to read the file Pin
_AnsHUMAN_ 17-Jun-06 0:43
_AnsHUMAN_ 17-Jun-06 0:43 
GeneralRe: how to read the file Pin
happy_ram17-Jun-06 1:01
happy_ram17-Jun-06 1:01 
AnswerRe: how to read the file Pin
Hamid_RT17-Jun-06 0:58
Hamid_RT17-Jun-06 0:58 
Questionselect and delete query Pin
shuchigo_jane16-Jun-06 23:21
shuchigo_jane16-Jun-06 23:21 
GeneralRe: select and delete query Pin
Laxman Auti16-Jun-06 23:33
Laxman Auti16-Jun-06 23:33 
GeneralRe: select and delete query Pin
shuchigo_jane16-Jun-06 23:43
shuchigo_jane16-Jun-06 23:43 
AnswerRe: select and delete query Pin
Laxman Auti16-Jun-06 23:52
Laxman Auti16-Jun-06 23:52 
shuchigo_jane wrote:

CString strSql = _T("DELETE FROM wcs WHERE Hvalue='") +hv+ _T("')");


Try strSql.Format(...) instead of direct assigning..

shuchigo_jane wrote:
Using the foll code..How do i retrieve the min value?how do i get to know to which record(in Access db) contains the result??(Hvalue is a number)

_variant_t vRecords;
m_pCommand->Execute(&vRecords,NULL,adCmdText);


I think vRecords returns the results ,right??

Access the count of min as vRecords.iVal if result returning as integer.

Knock out 't' from can't,
You can if you think you can
Cool | :cool:
GeneralRe: select and delete query Pin
shuchigo_jane17-Jun-06 2:19
shuchigo_jane17-Jun-06 2:19 
GeneralRe: select and delete query Pin
Laxman Auti17-Jun-06 2:46
Laxman Auti17-Jun-06 2:46 
QuestionEdit Box, Display of Status [modified] Pin
Rahul32116-Jun-06 23:04
Rahul32116-Jun-06 23:04 
AnswerRe: Edit Box, Display of Status Pin
_AnsHUMAN_ 16-Jun-06 23:09
_AnsHUMAN_ 16-Jun-06 23:09 
AnswerRe: Edit Box, Display of Status Pin
Ganesh_T16-Jun-06 23:15
Ganesh_T16-Jun-06 23:15 
AnswerRe: Edit Box, Display of Status Pin
Laxman Auti16-Jun-06 23:28
Laxman Auti16-Jun-06 23:28 
AnswerRe: Edit Box, Display of Status Pin
ThatsAlok17-Jun-06 0:08
ThatsAlok17-Jun-06 0:08 
QuestionSimultaneous Previewing & Video Capture using DirectShow [modified] Pin
aloha181216-Jun-06 23:02
aloha181216-Jun-06 23:02 
AnswerRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay16-Jun-06 23:18
Justin Tay16-Jun-06 23:18 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181217-Jun-06 22:01
aloha181217-Jun-06 22:01 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay18-Jun-06 0:00
Justin Tay18-Jun-06 0:00 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 16:51
aloha181218-Jun-06 16:51 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay18-Jun-06 18:07
Justin Tay18-Jun-06 18:07 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 18:28
aloha181218-Jun-06 18:28 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay18-Jun-06 18:41
Justin Tay18-Jun-06 18:41 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 18:55
aloha181218-Jun-06 18:55 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay18-Jun-06 19:13
Justin Tay18-Jun-06 19:13 

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.