2

I am trying to find an online documentation for SQLite2. The project I have entered uses SQLite2 and I usually work with SQlite3. I did a google search and didn't find much.

Thank you !

MPelletier
  • 16,256
  • 15
  • 86
  • 137
toto
  • 880
  • 11
  • 21

1 Answers1

4

The sqlite docmentation has a specific section for the version 2 API here: http://www.sqlite.org/docs.html

There is also a section describing the significant changes from V2 to V3.

James Anderson
  • 27,109
  • 7
  • 50
  • 78
  • Thanks. It was at the very bottom of the page. I didn't notice it. Guess I browse too fast sometimes! – toto Apr 27 '09 at 04:37