Question

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 !

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top