mysqlLite_db class fro SQLite databaseHits: 12
*****
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.
Platform(s): Windows
Date: Sep, 29 2006 Author: stefano molinari, http://www.smolinari.com/srm/index.php?prj=sqlite {
License}
{
Ratings}Number of Ratings: 0 Votes
Visitor Voting Booth:
{
Others Scripts}
|