 |
Categories |
|
 |
 |
| mysqlLite_db class fro SQLite database
|
Hits: 921
|
|
Description: 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.
|
| Resource Specification |
| Platform(s): |
windows |
| Date Added: |
Jul 21, 2006 |
| Last Updated: |
Sep 29, 2006 |
| Author: |
stefano molinari |
| License Information |
|
License # 1: |
| |
License Type: |
Other Free / Open Source License
|
Price:
| Free |
| |
Additional Info:
| Creative Commons Licence: see licence info on website |
Average Visitor Rating:
0.00 (out of 5)
Number of Ratings: 0 Votes |
|
|
|