my prepared statement is using this SQL query...
"select * from myTable where ( time<=? and time=>?) order by time"
this query giving is invalid syntax errorb for "=" sign.... if i remove the "=" sign , this works fine.
but i want to keep the "=" sign in my query. How ? what should be the proper sql query with the "=" sign ?