Sunday 21 December 2014

SQLite Database Connectivity in 'C' Language

About DevC++ IDE

                         Devc++ is powerfull IDE to develop native application of C and C++ on windows operating system. This IDE provides multiple options to developer to develop wide range of application with the help packages like 2d Graphics, 3d Graphics, Allegro, Audio, audio processing,C++ Libraries, Compression, Cryptography, Database, Documentation, File, GTK, GUI, Image Manipulation,Logging,Mathematics,MinGW,Networking,OpenGL,Pattern Recognition,Physics,POSIX,Scripting,SDL,String Manipulation,Text console, Threading, Utilities,Video,Web,wxWidgets and XML.

Integration of SQLite Database With DevC++ IDE

Procudure#1
  • Open Devc++ IDE.
  • Select Tools and click on "Check for Packages".
  • Select "devpaks.orcommunity devpaks" and click on check for updates.
  • Wait until all updates are gather.
  • Select "database" under group section.
  • Select "sqlite3" package from available update list and click on download selected.
  • Wait until download is finished.
  • Click "Next" form Devc++ package installer wizard.
  • Click "Next" from Read me window.
  •  Click "Install" from License window.
  • Click on "finish" button.
Procudure#2
  • Select Database package.
  • Select sqlite3 latest versition package
  • Click on download link and wait until download is finished.
  • Open Devc++ IDE.
  • Select Tools and click on " Packages Manager".
  • Click on install and select downloaded package from dialog box.
  • Click "Next" form Devc++ package installer wizard.
  • Click "Next" from Read me window.
  • Click "Install" from License window.