I'm having a problem using ASP to access some fields in SQL 6.5. The error I'm getting is: error '80040e07' Disallowed implicit conversion from datatype 'int' to datatype 'char'. It also says to use the CONVERT function, but I can't find any information on this function (such as syntax). I've tried changing some of the fields' datatypes to workaround this problem, but there are some fields that I just can't change. Anyone know where I can find out how to use CONVERT?