rainprop Posted March 16, 2010 Share Posted March 16, 2010 hi, wat does this mean?how to solve it?? data retrieval error: unknown column 'department.DEP_RATE' in 'field list' thanks.. Link to comment https://forums.phpfreaks.com/topic/195462-data-retrieval-error/ Share on other sites More sharing options...
nafetski Posted March 16, 2010 Share Posted March 16, 2010 It means the 'department.DEP_RATE' column is unknown Seriously tho, tha'ts what it means. department should be your table, and DEP_RATE should be the field it's accessing. Make sure the case is right (that it's caps), and make sure that table has that field. Link to comment https://forums.phpfreaks.com/topic/195462-data-retrieval-error/#findComment-1027088 Share on other sites More sharing options...
rainprop Posted March 16, 2010 Author Share Posted March 16, 2010 thanks alot..its solved now.. Link to comment https://forums.phpfreaks.com/topic/195462-data-retrieval-error/#findComment-1027095 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.