CLIENT Driver Tests
Bad SQL
http://localhost/php/phplens/adodb/server.php?sql=insertz into products (productname) values ('testprod 1')&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=insertz+into+products+%28productname%29+values+%28%27testprod+1%27%29&fetch=0file/URL not found
Insert SQL 1
http://localhost/php/phplens/adodb/server.php?sql=insert into products (productname) values ('testprod 1')&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=insert+into+products+%28productname%29+values+%28%27testprod+1%27%29&fetch=0file/URL not found
Insert SQL 2
http://localhost/php/phplens/adodb/server.php?sql=insert into products (productname) values ('testprod 2')&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=insert+into+products+%28productname%29+values+%28%27testprod+2%27%29&fetch=0file/URL not found
Select SQL
http://localhost/php/phplens/adodb/server.php?sql=select * from products&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=select+%2A+from+products&fetch=0file/URL not found
Delete SQL
http://localhost/php/phplens/adodb/server.php?sql=delete from products where productid>80&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=delete+from+products+where+productid%3E80&fetch=0file/URL not found
Select SQL
http://localhost/php/phplens/adodb/server.php?sql=select * from products&fetch=0
http://localhost/php/phplens/adodb/server.php?sql=select+%2A+from+products&fetch=0file/URL not found