Hello
i use tis code i found on symbian mailing list :
TFileName appName=_L("Z:\\system\\apps\\web\\WEB.APP");
CApaCommandLine* cmdLine=CApaCommandLine::NewLC();...
Type: Posts; User: alainmarie; Keyword(s):
Hello
i use tis code i found on symbian mailing list :
TFileName appName=_L("Z:\\system\\apps\\web\\WEB.APP");
CApaCommandLine* cmdLine=CApaCommandLine::NewLC();...
Hello,
I made my own connection using commdb. Now i try to make it the default connection.
The sdk help says to use SetDefaultRecordL like that :
TheDb->SetDefaultRecordL(TPtrC(DIAL_OUT_IAP),...
Ok i found what a was searching for here :
http://www3.symbian.com/kbcppf.nsf/ce9a3a52e9d969788025670e00429dbd/c18c23699878a64e8025699d003a5a2b?OpenDocument
or more easy :...
I'm always trying to use commdb.
I'm sure i will ask a dummy question but here is my problem.
I'm trying to open a table with commdb :
CCommsDatabase* test=CCommsDatabase::NewL(EDatabaseTypeIAP);...
I'm a new programer on the symbian OS.
I just want to know if there is any example on the commdb library.
Thanks in advance!
P.E