SyndARn RSS reader and Syndication aggregator

About SyndARn

News

Basic usage

Screen shots

Download SyndARn

Links to RSS feeds

Other links of interest.

Any question ?

SyndARn RSS reader and Syndication aggregator

Alternate site to SyndArn

RSS 2.0 spec
   
This site in RSS

 [Valid RSS]

SQLite and DELPHI

SyndARn > download > sqlite and delphi

  • SyndARn uses SQLite as a database repository for all data : channels; nodes; categories ...
  • SQLite is opensource, and can be used outside of SyndARn if needed. Of course, any modification to SyndARn database could result in permanent damage to data outside of SyndARn use.
  • Moreover, some components used in SyndARn are available for free to use. You're a Delphi developper, you want to use SQLite, you may find interest in this.
  • SQLite Components are delivered for free, mainly because SQLite is OpenSource. No support or responsability to theses components are given.
  • Downloading SyndARn_SQLite Components here : a zip file with the 3 main components (uSQLiteLib, uSQLiteImp, uSQLDataTabRec) and a basic test form.
  • More informations about SQLite can be found here, including the latest libraries for windows which SyndARn uses.

 

  • How to use the sample test form ?
Open a new application

Add to this new project all pas files from SyndARnSQLite

Run