Click here to Skip to main content
15,891,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Reading from a txt file Pin
toxcct14-May-09 2:49
toxcct14-May-09 2:49 
AnswerRe: Reading from a txt file Pin
Madhu Nair14-May-09 8:21
Madhu Nair14-May-09 8:21 
QuestionHow to get a JPG image from an .jp2 image ? [modified] Pin
kapardhi13-May-09 23:17
kapardhi13-May-09 23:17 
AnswerRe: How to get a JPG image from an .jp2 image ? Pin
enhzflep14-May-09 1:00
enhzflep14-May-09 1:00 
GeneralRe: How to get a JPG image from an .jp2 image ? Pin
kapardhi14-May-09 1:55
kapardhi14-May-09 1:55 
GeneralRe: How to get a JPG image from an .jp2 image ? Pin
enhzflep14-May-09 2:21
enhzflep14-May-09 2:21 
AnswerRe: How to get a JPG image from an .jp2 image ? Pin
Chris Losinger14-May-09 5:10
professionalChris Losinger14-May-09 5:10 
GeneralRe: How to get a JPG image from an .jp2 image ? Pin
Alain Rist14-May-09 6:21
Alain Rist14-May-09 6:21 
QuestionThread Creation Detection Pin
naeemmuhammad13-May-09 23:15
naeemmuhammad13-May-09 23:15 
AnswerRe: Thread Creation Detection Pin
Stephen Hewitt13-May-09 23:25
Stephen Hewitt13-May-09 23:25 
GeneralRe: Thread Creation Detection Pin
naeemmuhammad14-May-09 0:18
naeemmuhammad14-May-09 0:18 
QuestionRe: Thread Creation Detection Pin
David Crow14-May-09 2:57
David Crow14-May-09 2:57 
GeneralRe: Thread Creation Detection Pin
Stephen Hewitt14-May-09 4:44
Stephen Hewitt14-May-09 4:44 
AnswerRe: Thread Creation Detection Pin
Madhu Nair14-May-09 0:38
Madhu Nair14-May-09 0:38 
GeneralRe: Thread Creation Detection Pin
naeemmuhammad14-May-09 3:15
naeemmuhammad14-May-09 3:15 
QuestionDatabase Pin
john563213-May-09 22:54
john563213-May-09 22:54 
AnswerRe: Database Pin
«_Superman_»13-May-09 23:14
professional«_Superman_»13-May-09 23:14 
QuestionShowing "Passord" Text image Pin
gopalraja13-May-09 22:52
gopalraja13-May-09 22:52 
AnswerRe: Showing "Passord" Text image Pin
Madhu Nair13-May-09 23:04
Madhu Nair13-May-09 23:04 
GeneralRe: Showing "Passord" Text image Pin
gopalraja14-May-09 2:10
gopalraja14-May-09 2:10 
AnswerRe: Showing "Passord" Text image Pin
Stuart Dootson14-May-09 1:09
professionalStuart Dootson14-May-09 1:09 
QuestionProcess that continues after you logoff Pin
andypandy213-May-09 22:36
andypandy213-May-09 22:36 
AnswerRe: Process that continues after you logoff Pin
Madhu Nair13-May-09 22:45
Madhu Nair13-May-09 22:45 
GeneralRe: Process that continues after you logoff Pin
andypandy214-May-09 1:15
andypandy214-May-09 1:15 
QuestionSQL Query In ADO MFC/Visual C++ Pin
Astitva2313-May-09 22:26
Astitva2313-May-09 22:26 
m_pRS->Open("SELECT Name FROM EmployeeDetails",m_ptrConnection->ConnectionString, adOpenForwardOnly,adLockReadOnly , adCmdText);


This is my SQL query for opening an ADO recordset. Can you give me any idea on how to write a query which takes a value from a edit box and use it in the query. For example:

SELECT Name FROM EmployeeDetails WHERE Name=m_EditBoxValue


How am i supposed to append the remaining part of query.

Thank You In Advance

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.