This is the message I get when I try to go to the site. Server Error in '/' Application.
--------------------------------------------------------------------------------
[Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated.
Source Error:
Line 122:
Line 123: ivrs = CreateObject("ADODB.Recordset")
Line 124: ivrs.Open (Qry, Application("Database"))
Line 125: ivrs = Nothing
Line 126:'response.write (Qry)