I have searched this forum and other forums to see if anyone else has this problem but I have not found anything similar yet, so here is my attempt to describe my problem:I have a MySQL database called 'db_objects' which contains 1 table:CREATE TABLE IF NOT EXISTS `tbl_objects` ( `obj_id` int(11) NOT NULL AUTO_INCREMENT, `obj_name` varchar(50) DEFAULT NULL, `obj_type` int(11) DEFAULT NULL, PRIMARY K