Warning: Undefined array key "HTTP_REFERER" in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 46

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/flat_file_engine.php on line 1069
Flat file data source engine - RJM Programming - April, 2017

Flat File SQL Engine

RJM Programming - April, 2017

Results for ... SELECT * FROM ourdatatable2


#col1_2col2_2col3_2
1r1c1_2r1c2_2r1c3_2
2r2c1_2r2c2_2r2c3_2
3r3c1_2r3c2_2r3c3 2
4r4c1_2r4c2_2r4c3_2


4 rows selected.

SELECT SQL to process:
SELECT * FROM



INSERT SQL to process:
INSERT INTO
VALUES (
''
)



UPDATE SQL to process:
UPDATE
SET
1=1

WHERE
1=1



DELETE SQL to process:
DELETE FROM