Video tutorial "Working with SQLite in Windows Mobile (wxWidgets way)"
New screencast on how to build a minimal application for Windows Mobile, working with a database SQLite.
From the video you can find out:- How to create a minimal Windows Mobile application with wxWinCE .
- Build SQLite3 library for Windows Mobile 5+.
- Build a wxSQLite3 wrapper library for working with SQLite databases.
- Create a database.
- Create tables in the database.
- Make a selection of data from the table.
- Handle exceptions when accessing SQLite database errors.
Download video (Archive 7-zip, 10.17 MB)Here you can download the source
')
Source: https://habr.com/ru/post/51974/
All Articles