right  Talk To Us!

Introduction

In this tutorial, we show you some basic database operations that will be useful in making your application data persistent across multiple sessions. After reading this tutorial, you will understand the principles of:

  • Creating a blank database, and adding a table
  • Connect to a database using a socket
  • Making queries to an existing database
  • Update an existing table entry with new data
  • Create a new entry in the database table
  • Using a database system with a telephony application

You can use the menu to jump ahead, or simply follow the lessons step by step, using the Next Lesson button. Lets get started!

Lesson 1