After I moved my drupal site from a Mysql 5.0 database on one server to a Mysql 4.1 database on another server, I start getting these errors:

Warning: Unknown column 'Object' in 'where clause'; SELECT * FROM term_data WHERE tid = Object in c:\wwwroot\user1\includes\database.mysql.inc

Any ideas of what I need to fix? tid should be an integer type. What is this 'Object' thing?

Vincent.....