Click here to Skip to main content
15,917,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: what is wrong ? Pin
Christian Graus4-Dec-06 20:38
protectorChristian Graus4-Dec-06 20:38 
GeneralRe: what is wrong ? Pin
Bravoone_20064-Dec-06 20:54
Bravoone_20064-Dec-06 20:54 
AnswerRe: what is wrong ? Pin
Mark Salsbery4-Dec-06 21:03
Mark Salsbery4-Dec-06 21:03 
GeneralRe: what is wrong ? Pin
Bravoone_20064-Dec-06 21:12
Bravoone_20064-Dec-06 21:12 
GeneralRe: what is wrong ? Pin
Bravoone_20064-Dec-06 21:36
Bravoone_20064-Dec-06 21:36 
GeneralRe: what is wrong ? Pin
Bravoone_20065-Dec-06 0:07
Bravoone_20065-Dec-06 0:07 
GeneralRe: what is wrong ? Pin
toxcct5-Dec-06 0:14
toxcct5-Dec-06 0:14 
GeneralRe: what is wrong ? Pin
Bravoone_20065-Dec-06 0:53
Bravoone_20065-Dec-06 0:53 
ok !
i have another question !
what is that mean ?
SGL : Statement too long !
this is what i have when i access the database !
this is my code :
CDatabase_Mydatabase pBun;
...............................
//this i found the field
//now all i wanth is to replace a field from my database with sTemp + the field !
pBun.Edit();
m_city.GetWindowText(sTemp);
pBun.m_rcd12.Replace(pBun.m_rcd12,pBun.m_rcd12 + sTemp);
pBun.Update();
pBun.MoveNext();
pBun.Close();


but is not working i have this error:
SQL : Statement too long;

Cry | :((

Bravoone

GeneralRe: what is wrong ? Pin
Mark Salsbery5-Dec-06 5:16
Mark Salsbery5-Dec-06 5:16 
GeneralRe: what is wrong ? Pin
Bravoone_20065-Dec-06 21:18
Bravoone_20065-Dec-06 21:18 
GeneralRe: what is wrong ? Pin
Mark Salsbery6-Dec-06 5:37
Mark Salsbery6-Dec-06 5:37 
QuestionTo send OutPut by e-mail Pin
mikobi4-Dec-06 20:21
mikobi4-Dec-06 20:21 
QuestionShowing virtual list/CListCtrl for CMyComboBox ? How to pass LVN_GETDISPINFO to form view ? Pin
anand_study4-Dec-06 20:13
anand_study4-Dec-06 20:13 
AnswerRe: Showing virtual list/CListCtrl for CMyComboBox ? How to pass LVN_GETDISPINFO to form view ? Pin
Naveen4-Dec-06 21:01
Naveen4-Dec-06 21:01 
GeneralUnable to pass-on LVS_GETDISPINFO - please help...(Urgent) Pin
anand_study6-Dec-06 17:04
anand_study6-Dec-06 17:04 
GeneralRe: Unable to pass-on LVS_GETDISPINFO - please help...(Urgent) Pin
Naveen6-Dec-06 20:31
Naveen6-Dec-06 20:31 
GeneralRe: Unable to pass-on LVS_GETDISPINFO - please help...(Urgent) Pin
anand_study7-Dec-06 3:25
anand_study7-Dec-06 3:25 
GeneralRe: Unable to pass-on LVS_GETDISPINFO - please help...(Urgent) Pin
Naveen7-Dec-06 16:21
Naveen7-Dec-06 16:21 
GeneralRe: Unable to pass-on LVS_GETDISPINFO - please help...(Urgent) Pin
Naveen7-Dec-06 19:40
Naveen7-Dec-06 19:40 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
anand_study8-Dec-06 1:35
anand_study8-Dec-06 1:35 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
Naveen8-Dec-06 1:55
Naveen8-Dec-06 1:55 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
anand_study8-Dec-06 3:32
anand_study8-Dec-06 3:32 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
Naveen10-Dec-06 16:18
Naveen10-Dec-06 16:18 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
anand_study11-Dec-06 1:57
anand_study11-Dec-06 1:57 
GeneralRe: Got LVS_GETDISPINFO...with id of ListCtrl Pin
Naveen11-Dec-06 2:07
Naveen11-Dec-06 2:07 

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.