ASP error happened

Technical information
Error number-2147352567
Error descriptionEither BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
URL/jobbank3/jobs_view.asp
SQL queryselect [Title], iif(isnull(City),'',City) + ', ' + iif(isnull(state),'',state)+' '+iif(isnull(Zip),'',Zip) as Location, jobtype.Type as Category From [jobs] left join jobtype on jobtype.ID=jobs.TypeID where [jobs.ID]=106
Solution

More info on this error