This page was last modified 07:32, 27 June 2007.
Category talk:Symbian C++
From Forum Nokia Wiki
Get HTTP Proxy address and port
CCommsDbTableView* commView; // opening the table TPtrC txt = _L("SELECT * FROM Proxies WHERE ISP = %d"); TBuf<64> sql; // aIapService is the IAP_SERVICE for select IAP sql.Format(txt, aIapService); commView = commDb->OpenViewLC(TPtrC(PROXIES), sql);
TInt result= 0;
result= commView->GotoFirstRecord(); if (result== KErrNone) {
// Get the address and port ....
} else {
// error! ....
}
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| n73 camera capture functionality | s4028469 | Mobile Java Media (Graphics & Sounds) | 4 | 2007-07-11 03:03 |
| Some questions about J2ME | bboissard | Mobile Java General | 4 | 2004-10-05 05:44 |
| "Games" Menu, not "Applications"! | ivanodin | Mobile Java General | 8 | 2004-01-15 15:38 |
| Get local Bluetooth Address with v8.0a | jonmccune | Symbian Networking & Messaging | 1 | 2006-12-21 17:45 |
| BlackBerry Connect | dignokuae | General Messaging | 2 | 2006-07-11 17:45 |
