4.50 has latest SQLite version, thanks!

Everything else that doesn't fall into one of the other PB categories.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

4.50 has latest SQLite version, thanks!

Post by USCode »

Using the following code, it looks like 4.50 is using the very latest version of SQLite - 3.6.23.1. Thanks Fred! Excellent!

Code: Select all

ImportC "sqlite3.lib"
  sqlite3_libversion()
  sqlite3_version.s{20}
EndImport

Debug PeekS(sqlite3_libversion(), #PB_Any, #PB_Ascii)

Debug sqlite3_version
SQLite versions: http://www.sqlite.org/changes.html
Last edited by USCode on Wed Jun 09, 2010 7:06 am, edited 1 time in total.
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: 4.50 has latest SQLite version, thanks!

Post by jamba »

awesome! I hadn't even noticed this yet.

thanks fred!
-Jon

Fedora user
But I work with Win7
Post Reply