To add future information with the same root cause. When running against SQL Server 6.5, it causes an SQL Server error but with a much more obscure message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e07'
[Microsoft][ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion from datatype 'text' to datatype 'varchar'
Table: 'ATForum.f_atweb.FORUM2_FORUM', Column: 'F_DESCRIPTION' Use the CONVERT function to run this query.
/RMforum/inc_footer.asp, line 7
The error checking should be done in the code somewhere before it hits the database and provide a more reasonalble message.
Edited by - ldgjr on 10 May 2001 16:04:45