Hi everybody,
First let me congratulate all those people involved in this forum because definitely is one real good source of info for Symbian programers. 😃
I'm doing a Symbian Series60 App and I need to know how to make a table to gather information about people: a foto, the name and a number. The app has the options to write to the table and to read it to a CAknDoubleLargeGraphicPopupMenuStyleListBox. The large graphic is the tumbnail of the foto.
I'm in panic with that.
Any source code to analise would be great.
Many thanks.
In the 9210 sdk there is an example of using the database system in the examples folder. Look at NokiaCPP\Epoc32Ex\System\DBMS\Basics and see if it is available on the S60 sdk as well.
I've already seen the sample but it is for console based apps not for GUI/Series60 apps.
Are there any open source apps that use DMBS.
Tanks.
Something like http://www.symbian.com/developer/techlib/apps/lookup.html?
S60 application that looks up info in the contacts database and displays matching entries. Could possibly be useful. There's other applications available from Symbian engineers on those pages as well.
Regards,
/Cruizer.
Nice Cruizer...
I'm definetely take a "lookup" on that.
Thanks.