Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Regular Expression in SQL Pin
David Crow16-Oct-06 3:03
David Crow16-Oct-06 3:03 
GeneralRe: Regular Expression in SQL Pin
Checker200316-Oct-06 3:05
Checker200316-Oct-06 3:05 
GeneralRe: Regular Expression in SQL Pin
Christian Graus16-Oct-06 5:36
protectorChristian Graus16-Oct-06 5:36 
AnswerRe: Regular Expression in SQL Pin
Mark Salsbery16-Oct-06 6:55
Mark Salsbery16-Oct-06 6:55 
QuestionAgain me ! Pin
Bravoone_200616-Oct-06 2:26
Bravoone_200616-Oct-06 2:26 
QuestionRe: Again me ! Pin
David Crow16-Oct-06 2:45
David Crow16-Oct-06 2:45 
AnswerRe: Again me ! Pin
Zac Howland16-Oct-06 3:29
Zac Howland16-Oct-06 3:29 
QuestionRe: Again me ! [modified] Pin
Bravoone_200616-Oct-06 19:21
Bravoone_200616-Oct-06 19:21 
yes but are no results because sTextDatabase this string are from my program .
and i rewrite my code and he look like this :

void CNcontabile::OnChangedb()
{
CWaitCursor wait; // Display a wait cursor


m_Db.GetWindowText(sTextDatabase);
sTextDatabase.TrimLeft();
sTextDatabase.TrimRight();



CDatabase_1BunView1 *pBun = new CDatabase_1BunView1;
pBun-> m_strFilter = "um ='" + sTextDatabase + "'";

pBun->Open();
pBun->GetRecordCount();
pBun->MoveFirst();

while(!pBun->IsEOF())


{


if(pBun->m_strFilter == sTextDatabase)
{

m_denDb.SetWindowText("GGGGGGG");

}




}

pBun->Close();
delete pBun;



}

he tell me sql column ( what i insert in the string) is not found !
please help me!


-- modified at 6:45 Tuesday 17th October, 2006


Confused | :confused:

Bravoone

AnswerRe: Again me ! Pin
David Crow17-Oct-06 5:22
David Crow17-Oct-06 5:22 
AnswerRe: Again me ! Pin
Bravoone_200617-Oct-06 20:55
Bravoone_200617-Oct-06 20:55 
QuestionRe: Again me ! Pin
David Crow18-Oct-06 2:50
David Crow18-Oct-06 2:50 
QuestionDeleting a text file after repalcing all char in a random number Pin
kamalesh8216-Oct-06 2:25
kamalesh8216-Oct-06 2:25 
QuestionRe: Deleting a text file after repalcing all char in a random number Pin
David Crow16-Oct-06 2:47
David Crow16-Oct-06 2:47 
AnswerRe: Deleting a text file after repalcing all char in a random number Pin
Steve S16-Oct-06 2:53
Steve S16-Oct-06 2:53 
AnswerRe: Deleting a text file after repalcing all char in a random number Pin
_AnsHUMAN_ 16-Oct-06 2:52
_AnsHUMAN_ 16-Oct-06 2:52 
AnswerRe: Deleting a text file after repalcing all char in a random number Pin
Zac Howland16-Oct-06 3:31
Zac Howland16-Oct-06 3:31 
AnswerRe: Deleting a text file after repalcing all char in a random number Pin
Mark Salsbery16-Oct-06 6:59
Mark Salsbery16-Oct-06 6:59 
GeneralRe: Deleting a text file after repalcing all char in a random number Pin
kamalesh8216-Oct-06 7:26
kamalesh8216-Oct-06 7:26 
GeneralRe: Deleting a text file after repalcing all char in a random number Pin
Mark Salsbery16-Oct-06 7:44
Mark Salsbery16-Oct-06 7:44 
GeneralRe: Deleting a text file after repalcing all char in a random number Pin
Mark Salsbery16-Oct-06 7:58
Mark Salsbery16-Oct-06 7:58 
QuestionExitWindowsEx() Question Pin
Programm3r16-Oct-06 2:23
Programm3r16-Oct-06 2:23 
AnswerRe: ExitWindowsEx() Question Pin
prasad_som16-Oct-06 2:34
prasad_som16-Oct-06 2:34 
GeneralRe: ExitWindowsEx() Question Pin
Programm3r16-Oct-06 2:44
Programm3r16-Oct-06 2:44 
Questionrunning an exe created with visual c++ Pin
jgds16-Oct-06 2:02
jgds16-Oct-06 2:02 
AnswerRe: running an exe created with visual c++ Pin
Trollslayer16-Oct-06 9:21
mentorTrollslayer16-Oct-06 9:21 

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.