Click here to Skip to main content
15,885,914 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems again- Newbie Pin
antonaras31-May-06 1:17
antonaras31-May-06 1:17 
GeneralRe: Problems again- Newbie Pin
Nibu babu thomas31-May-06 1:29
Nibu babu thomas31-May-06 1:29 
GeneralRe: Problems again- Newbie Pin
antonaras31-May-06 1:20
antonaras31-May-06 1:20 
GeneralRe: Problems again- Newbie Pin
ThatsAlok31-May-06 2:31
ThatsAlok31-May-06 2:31 
AnswerRe: Problems again- Newbie Pin
Steve S31-May-06 0:45
Steve S31-May-06 0:45 
GeneralRe: Problems again- Newbie Pin
antonaras31-May-06 1:21
antonaras31-May-06 1:21 
AnswerRe: Problems again- Newbie Pin
Steve S31-May-06 4:15
Steve S31-May-06 4:15 
AnswerRe: Problems again- Newbie Pin
BadKarma31-May-06 1:37
BadKarma31-May-06 1:37 
Try to use a temp string for the query
string token;
token = "SomeName";

string query;
query = "SELECT * FROM Table1 WHERE Name=" + token;

pCommand->CommandText = query.data()



codito ergo sum
GeneralRe: Problems again- Newbie Pin
antonaras31-May-06 1:43
antonaras31-May-06 1:43 
AnswerRe: Problems again- Newbie Pin
Hamid_RT31-May-06 1:56
Hamid_RT31-May-06 1:56 
QuestionFindNextPrinterChangeNotification - Invalid Handle Pin
P Gibson31-May-06 0:20
P Gibson31-May-06 0:20 
AnswerRe: FindNextPrinterChangeNotification - Invalid Handle Pin
NiceNaidu31-May-06 0:57
NiceNaidu31-May-06 0:57 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
NiceNaidu31-May-06 1:05
NiceNaidu31-May-06 1:05 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
P Gibson31-May-06 1:19
P Gibson31-May-06 1:19 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
NiceNaidu31-May-06 1:36
NiceNaidu31-May-06 1:36 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
P Gibson31-May-06 2:35
P Gibson31-May-06 2:35 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
Member 45238505-Apr-09 16:05
Member 45238505-Apr-09 16:05 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
pgibson0077006-Apr-09 0:55
pgibson0077006-Apr-09 0:55 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
Member 45238507-Apr-09 2:17
Member 45238507-Apr-09 2:17 
GeneralRe: FindNextPrinterChangeNotification - Invalid Handle Pin
honohsu14-Apr-09 15:24
honohsu14-Apr-09 15:24 
QuestionRe: FindNextPrinterChangeNotification - Invalid Handle Pin
David Crow31-May-06 5:25
David Crow31-May-06 5:25 
AnswerRe: FindNextPrinterChangeNotification - Invalid Handle Pin
pgibson00770031-May-06 9:08
pgibson00770031-May-06 9:08 
QuestionRe: FindNextPrinterChangeNotification - Invalid Handle Pin
David Crow31-May-06 9:18
David Crow31-May-06 9:18 
AnswerRe: FindNextPrinterChangeNotification - Invalid Handle Pin
pgibson00770031-May-06 10:54
pgibson00770031-May-06 10:54 
Questionabout const Pin
FlyWithYou31-May-06 0:11
FlyWithYou31-May-06 0:11 

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.