I have created an SQL database and had everything working just fine. I have an ASP page that access this database. For two months now this page has worked just great until monday morning. I started recieving EOF errors on my pages. Through trial and error I have found that if I put one of the columns in my select statement it causes this error. I can put every column in my select statement but this one and it all works great. But if I include the bad column in my select statement it returns the error. Also if I use the select * statement it errors too.
My question is what can I do to fix this problem?? what would be wrong with this column?? It is called jobdescription and the datatype is text.
My question is what can I do to fix this problem?? what would be wrong with this column?? It is called jobdescription and the datatype is text.