 |
Client Quote
I didn't realise their team is expert in actionscripting and well known among online forums.
Astonishing quick, extremely helpfull, totally professional
and accomodating. You really don't get better than this.
I delight and worth every penny.Thank you very much! |
|
|
|
 |

LiteDB - CSV Database System - [ more
free scripts ]
Overview
LiteDB is simple and efficient files based DATABASE ENGINE.
Its best feature is that it saves all the data in CSV
file format, which can directly be imported in any database.
Its key feature is that it is capable of exporting Your
tables' data directly to Microsoft Excel Worksheet Files.
The CSV files createind by LiteDB can directly be opened
in Microsoft Excel without any loss of data or arrangement
of the rows.
Stability
We do not guarantee its efficiency and stability with
huge amount of data. This is made for small and medium
size data storage, efficient retrieval and search.
Security
Files of your data tables will be secure on server if
you do not delete the file .htaccess in sub folder 'data',
which contains text 'Deny From All'. It will not allow
users to download your data files directly via http, and
show an error message.
Before you use it
Upload file 'csvdb.swishdb.com.php' to some folder, then
create a sub folder 'data' in the folder where you upload
it. Then chmod the folder 'data' to 600 by using any good
ftp client software such as WS_FTP95 LE, so that new files
would easily be created in this folder. Please do not
change anything in file 'csvdb.swishdb.com.php' otherwise
your data and program may not work properly and may not
generate appropriate results.
Further more some example files are included for major
operations as:
example01.php
- Creating new table
example02.php
- Adding new row to table
example03.php
- Showing/processing all rows in table, one by one
example04.php
- Searching specific text in the table
example05.php
- Deleting specific row from table
example06.php
- Search specific word and Delete resulting rows
example07.php
- Updating specific row data in table
example08.php
- Adding new Filed to the Table Structure
example09.php
- Deleting any Filed from the Table Structure
example10.php
- Rename a Filed in the Table Structure
example11.php
- Createing GZ compressed backup file for download
example12.php
- Createing MS-Excel into GZ compressed backup file for
download
Requirements : PHP 4.x or higher
License : This is freeware script. You may not
remove copyright notice and claim it as your intelectual property.
All rights reserved, Flaxweb Inc.
|
|
 |