Forgive me if this is a stupid question.
I do something with perl and mysql.
When i create a table in my database( just create structure, i dont insert any record into this table).
In perl script, i use Net::MySQL(and i try with DBI::mysqlPP too) execute a query(select or insert,...). And my perl page not response when i run!
But when i use phpmyadmin to insert two record (with one record in that table it doesn't work) into that table, i run my page again and it work!!!
It mean all my page only work with mysql tables when those tables have greater than two record!! lol
I dont understand why perl cant execute a query with a null table.