Fake DB Connector


OS:

Properties:

Configuration data

Key Description
DATABASE "database" name. Actually this is file name.

Remarks

Example "database" file:

no	name	email
1	Niki	niki@nmmm.nu
2	Niki	niki12@nmmm.nu
3	nmmm	nmmm@nmmm.nu

Example "select" "SQL" :

 
(Blank) select ALL
name=Niki
Will selects rows 1 and 2
name=Niki&no=1
Will selects row 1
name=Niki&no=1&something=something
Will selects empty set

If you make "exec" "SQL", it must be exactly row that will be added on the bottom of the "database".

Example "exec" "SQL" :

4	Gogo	gogo@nmmm.nu