Hi
Just wish to report a potential bug in S60_5th_Edition_SDK_v0.9 with OpenConnectionPrefTableLC().
The code:
Works fine in S60_3rd_FP1_5 but not in S60_5th_Edition_SDK_v0.9.Code:CCommsDbConnectionPrefTableView* view= aDb.OpenConnectionPrefTableLC(); TInt err=view->GotoFirstRecord(); do { TCommDbIapConnPref pref; view->ReadConnectionPreferenceL(pref); <-- crashes with a KERN EXEC 3 err=view->GotoNextRecord(); }while(err==KErrNone)
Recommend using OpenConnectionPrefTableInRankOrderLC() instead.
Good luck!



