CLIENT Driver Tests

Bad SQL

http://localhost/php/phplens/adodb/server.php?sql=insertz into products (productname) values ('testprod 1')&fetch=0
Recordset had unexpected EOF (in serialized recordset)

Insert SQL 1

http://localhost/php/phplens/adodb/server.php?sql=insert into products (productname) values ('testprod 1')&fetch=0
Recordset had unexpected EOF (in serialized recordset)

Insert SQL 2

http://localhost/php/phplens/adodb/server.php?sql=insert into products (productname) values ('testprod 2')&fetch=0
Recordset had unexpected EOF (in serialized recordset)

Select SQL

http://localhost/php/phplens/adodb/server.php?sql=select * from products&fetch=0
Recordset had unexpected EOF (in serialized recordset)

Delete SQL

http://localhost/php/phplens/adodb/server.php?sql=delete from products where productid>80&fetch=0
Recordset had unexpected EOF (in serialized recordset)

Select SQL

http://localhost/php/phplens/adodb/server.php?sql=select * from products&fetch=0
Recordset had unexpected EOF (in serialized recordset)