5. QT C++ Database Programming

In this tutorial, we will discuss how to develop a database application using QT C++ and SQLite.  After viewing the video tutorial, download the source code and try to modify the code, so that you get a basic idea about what is discussed and learned in this video tutorial. After going through this video, the student is advised to complete the whole program of Student Database. 

 

What is SQLite?

 

SQLite is an in-process library that implements a self-contained, zero-configuration, serverless, transactional SQL database engine. The source code for SQLite exists in the public domain and is free for both private and commercial purposes. SQLite is an embedded SQL database engine. SQLite has bindings to several programming languages such as C, C++, BASIC, C#, Python, Java and Delphi. The COM (ActiveX) wrapper makes SQLite accessible to scripted languages on Windows such as VB Script and JavaScript, thus, adding capabilities to HTML applications. It is also available in embedded operating systems such as iOS, Android, Symbian OS, Maemo, Blackberry and WebOS because of its small size and ease of use.

Click  below to see the Video and the source.

 

 QT C++ Database Programming Video Tutorial

 



Download Source Code

   

Site optimized for IE6 and above. Copyright © 2010. Site Developed Using KTS WebCloud