in reply to serverside datatable
At first glance, it looks like you are generating the following SQL statement:
SELECT COUNT(*) FROM t_infosWHERE product LIKE ? OR descp LIKE ? [download]
Do you really have a table called "t_infosWHERE" ?