Categories

Updated: 09/29/2006

mysqlLite_db class fro SQLite database

This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries. $nrecords = $dbLite-&>queryLite(&"SELEC T * FROM sometable&",&"some error message&"); $nrecords = $dbLite-&>queryLite(&"UPDAT E sometable SET field1=''$val1'' WHERE field2=''$val2''&"); This class is also very easy to manipulate if you need to add some feature.
©2003-2019 jCay.com