Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionContext menu problem Pin
gajendrakashyap29-Aug-06 20:19
gajendrakashyap29-Aug-06 20:19 
AnswerRe: Context menu problem Pin
Hamid_RT29-Aug-06 21:52
Hamid_RT29-Aug-06 21:52 
GeneralRe: Context menu problem Pin
gajendrakashyap29-Aug-06 22:07
gajendrakashyap29-Aug-06 22:07 
GeneralRe: Context menu problem Pin
Hamid_RT29-Aug-06 22:38
Hamid_RT29-Aug-06 22:38 
GeneralRe: Context menu problem Pin
gajendrakashyap29-Aug-06 23:06
gajendrakashyap29-Aug-06 23:06 
GeneralRe: Context menu problem Pin
Hamid_RT30-Aug-06 2:36
Hamid_RT30-Aug-06 2:36 
GeneralRe: Context menu problem Pin
gajendrakashyap30-Aug-06 3:29
gajendrakashyap30-Aug-06 3:29 
GeneralRe: Context menu problem Pin
Hamid_RT30-Aug-06 4:46
Hamid_RT30-Aug-06 4:46 
GeneralRe: Context menu problem Pin
gajendrakashyap30-Aug-06 19:39
gajendrakashyap30-Aug-06 19:39 
GeneralRe: Context menu problem Pin
Hamid_RT30-Aug-06 22:24
Hamid_RT30-Aug-06 22:24 
GeneralRe: Context menu problem Pin
gajendrakashyap30-Aug-06 22:45
gajendrakashyap30-Aug-06 22:45 
GeneralRe: Context menu problem Pin
Hamid_RT31-Aug-06 1:24
Hamid_RT31-Aug-06 1:24 
GeneralRe: Context menu problem Pin
gajendrakashyap31-Aug-06 2:45
gajendrakashyap31-Aug-06 2:45 
QuestionProblem with running SQL ( Like N'%) in VC++ Pin
rasha200329-Aug-06 20:17
rasha200329-Aug-06 20:17 
AnswerRe: Problem with running SQL ( Like N'%) in VC++ Pin
Marc Soleda29-Aug-06 20:49
Marc Soleda29-Aug-06 20:49 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
Eytukan29-Aug-06 23:45
Eytukan29-Aug-06 23:45 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
Marc Soleda29-Aug-06 23:50
Marc Soleda29-Aug-06 23:50 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
Eytukan30-Aug-06 3:25
Eytukan30-Aug-06 3:25 
AnswerRe: Problem with running SQL ( Like N'%) in VC++ Pin
Hamid_RT29-Aug-06 22:07
Hamid_RT29-Aug-06 22:07 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
rasha200329-Aug-06 23:39
rasha200329-Aug-06 23:39 
AnswerRe: Problem with running SQL ( Like N'%) in VC++ Pin
Marc Soleda29-Aug-06 23:55
Marc Soleda29-Aug-06 23:55 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
rasha200330-Aug-06 3:03
rasha200330-Aug-06 3:03 
QuestionRe: Problem with running SQL ( Like N'%) in VC++ Pin
David Crow30-Aug-06 3:31
David Crow30-Aug-06 3:31 
AnswerRe: Problem with running SQL ( Like N'%) in VC++ Pin
rasha200330-Aug-06 3:46
rasha200330-Aug-06 3:46 
GeneralRe: Problem with running SQL ( Like N'%) in VC++ Pin
Marc Soleda30-Aug-06 3:39
Marc Soleda30-Aug-06 3:39 
rasha2003 wrote:
sqlS="SELECT * FROM Games_Qst WHERE (AnsTxt LIKE N'%"+ sms +"%')" ;


If you are trying to search the records that starts with N and that contains the sms text inside, it would have to be the N inside the quotes:

="SELECT * FROM Games_Qst WHERE (AnsTxt LIKE 'N%"+ sms +"%')"



... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

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.