autoitxp Posted October 31, 2007 Posted October 31, 2007 Hi Is there any way to reocrds count for Sqlite database ?
picaxe Posted October 31, 2007 Posted October 31, 2007 (edited) I've been using this _SQLite_SQLiteExe($db_name, "SELECT COUNT() FROM database;", $raw_output) if @error=0 then, Number($raw_output) is record count. However duplicate primary keys will return zero. Edited October 31, 2007 by picaxe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now