I moved it up to a varchar(8000), but I'm trying to insert this data via ADO through a ASP Page, using a SPROC i created on the server.
'
I Get an errror returned: Here it is:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]The identifier that starts with 'NOVEMBER 30, 2001 Welcome to the latest edition of the FUNN 132456789 Update. If you've never received an update before, ple' is too long. Maximum length is 128.
/dev/addrelease.asp, line 6
My fields in the SPROC are varchar(8000), as well as the field in the table.
I'm still getting that error.
Any ideas?
thanx,
shorty