Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Experience with SQLite or equivalent "lite" databases

Status
Not open for further replies.

Stretchwickster

Programmer
Apr 30, 2001
1,746
GB
Dear All,

I'm interested in creating a database application which doesn't use the BDE but utilises a "lite" database. The reason being is that I want to create something that will be easy to distribute as a standalone application. I've come across SQLite but would like to know what kind of support Delphi has for it and how many people have used it successfully.

A thread on this topic was posted in May 2005 (thread102-1064874), but I wanted to see if there'd been any more takeup since that time.

If you have used SQLite, did you write your own Delphi wrapper or use an existing one?

Your advice would be much appreciated, as always!

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
theres a few stand alone db vcl's on torry.net that use the standard db controls.

i use DBISAM.

Aaron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top