SQLite with ZEOS library - Delphi tutorial HD

14.11.2016
Delphi tutorial connect SQLite with ZEOS library Find source code at :http://xkobyx.blogspot.com/ For this app to create you will need "sqlite3.dll" file which you can download from : https://sqlite.org/ or you can download file that I used in this example together with exe file: https://drive.google.com/open?id=0B_njK7HczCjDcjRrTlNNM0g4R2M Just save it in the same folder where your exe file will be, and link to it in you application like I explained in video tutorial. The third thing you need is installed ZeosDBO components for Delphi, from ZeosLib Development Group, and the lates source code you can find at http://www.sourceforge.net/projects/zeoslib /*****************************************************************************/ Basically that are tools that you need. We start with creating new project , adding necesary components on the form and writting code to achieve what we want. In the video you can see all these steps, and in the code for showed example you can see details. Find source code at :http://tutorials-kobyx.blogspot.com/

Похожие видео