This topic is locked

Type Mismatch

3/5/2007 7:41:12 AM
ASPRunnerPro General questions
H
haggecha author

I had a Web-site moved to a new server with and ASP/Access app on it, it was just a copy to a new server, now two of the page get a the following error when you try to display the list page, any thoughts on why this now does not work when it worked fine on another server?
ASP error happened

Error number 13

Error description Type mismatch

SQL query select top 20 [ReviewID], [DocID], [MeetingLocationID], [StatusID], [ReviewerID], [BaselineID], [DocumentLocationID], [Moderator], [ReviewDate], [StartTime], [ReviewHours], [NumAtendees], [CriticalDefects], [MajorDefects], [MinorDefects], [Suggestions], [ResultID], [Comments], [Scope], [Description], [CompletedDate], [SignedDate], [PostedDate] From [TblReviews] where (StatusID = 1) ORDER BY [ReviewID] DESC

H
haggecha author 3/5/2007

Never Mind.... It is amazing the timing of things... it was a record input error that occured on the same day as the server move...