ASP error happened
| Technical information | |
| Error number | -2147352567 |
| Error description | Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. |
| URL | /jobbank3/jobs_view.asp |
| SQL query | select [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]=109 |
| Solution | |