The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
/schkauffel/brodraskapet/newnews.asp, line 20
finns det något sätt att göra så att jag kan få in mer text?
dim Datum, News, Avsandare
Datum=request.form("Datum")
News=request.form("News")
Avsandare=request.form("Avsandare")
sqlinsert="INSERT INTO tabell2 (News,Datum,Avsandare) VALUES ('"&News&"','"&Datum&"','"&Avsandare&"');"
set rsText=myConn.execute(sqlinsert) <-- rad 20
%>