Click here to Skip to main content
16,006,006 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Pocket PC Pocket Word Pin
Mahesh Varma26-Jan-04 19:49
Mahesh Varma26-Jan-04 19:49 
GeneralRe: Pocket PC Pocket Word Pin
annum11-Feb-04 7:40
annum11-Feb-04 7:40 
GeneralMenues in Dialogs Pin
Like2Byte22-Jan-04 8:45
Like2Byte22-Jan-04 8:45 
GeneralRe: Menues in Dialogs Pin
Like2Byte22-Jan-04 15:38
Like2Byte22-Jan-04 15:38 
QuestionApp licensing/copy protection on PDA's? Pin
LunaticFringe22-Jan-04 6:40
LunaticFringe22-Jan-04 6:40 
Questionmy app just disappers?!? Pin
slomoman21-Jan-04 0:49
slomoman21-Jan-04 0:49 
QuestionDoes Update Statement works??? Pin
Rassul Yunussov21-Jan-04 0:36
Rassul Yunussov21-Jan-04 0:36 
AnswerRe: Does Update Statement works??? Pin
João Paulo Figueira21-Jan-04 1:24
professionalJoão Paulo Figueira21-Jan-04 1:24 
No, it doesn't work like that. If you look ath the online help you will see that the only DML statements that are accepted are DELETE, INSERT and SELECT.

To achieve what you want, open recordset using something like:
CString Query = "SELECT X FROM Points WHERE PointID=1";
CADORecordset rs(&g_db);
rs.Open(Query,CADORecordset::openQuery);
rs.SetFieldValue(_T("X"), 12);



Regards,
João Paulo
QuestionHow do I get the FocusRectangle on a button? Pin
kiyoko20-Jan-04 20:23
kiyoko20-Jan-04 20:23 
AnswerRe: How do I get the FocusRectangle on a button? Pin
João Paulo Figueira20-Jan-04 22:30
professionalJoão Paulo Figueira20-Jan-04 22:30 
GeneralRe: How do I get the FocusRectangle on a button? Pin
kiyoko21-Jan-04 19:54
kiyoko21-Jan-04 19:54 
GeneralRe: How do I get the FocusRectangle on a button? Pin
João Paulo Figueira21-Jan-04 21:54
professionalJoão Paulo Figueira21-Jan-04 21:54 
GeneralRe: How do I get the FocusRectangle on a button? Pin
kiyoko24-Jan-04 21:30
kiyoko24-Jan-04 21:30 
GeneralAccess Table some problem with new columns Pin
Rassul Yunussov20-Jan-04 19:55
Rassul Yunussov20-Jan-04 19:55 
GeneralRe: Access Table some problem with new columns Pin
João Paulo Figueira20-Jan-04 22:27
professionalJoão Paulo Figueira20-Jan-04 22:27 
Questioninstaller? Pin
slomoman20-Jan-04 3:01
slomoman20-Jan-04 3:01 
AnswerRe: installer? Pin
João Paulo Figueira20-Jan-04 3:49
professionalJoão Paulo Figueira20-Jan-04 3:49 
GeneralRe: Wireless Communication Pin
misha_grewal18-Jan-04 23:50
misha_grewal18-Jan-04 23:50 
GeneralRe: Wireless Communication Pin
Mahesh Varma20-Jan-04 22:01
Mahesh Varma20-Jan-04 22:01 
GeneralRe: Wireless Communication Pin
annum22-Jan-04 16:55
annum22-Jan-04 16:55 
GeneralDatabase Pin
Rassul Yunussov18-Jan-04 19:37
Rassul Yunussov18-Jan-04 19:37 
GeneralRe: Database Pin
João Paulo Figueira19-Jan-04 4:45
professionalJoão Paulo Figueira19-Jan-04 4:45 
GeneralWireless Communication Pin
Mahesh Varma16-Jan-04 21:36
Mahesh Varma16-Jan-04 21:36 
GeneraleMbedded Visual C++ 3.0 Pin
dhdhaha16-Jan-04 21:12
dhdhaha16-Jan-04 21:12 
GeneralRe: eMbedded Visual C++ 3.0 Pin
João Paulo Figueira18-Jan-04 5:07
professionalJoão Paulo Figueira18-Jan-04 5: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.