Groups | Blog | Home
all groups > asp.net > february 2004 >

asp.net : System.Data.OleDb.OleDbException



Ashok
2/9/2004 11:41:06 PM
Hi

I having a strange error which has started coming up recently.

I have a textbox where one can enter the URL for a link. The textbox is not able to accept long Urls. the error which I get is
Exception Details: System.Data.OleDb.OleDbException: The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data

Source Error:

Line 1299: objCmd.Parameters("@URL").Value = CType(e.Item.Cells(2).Controls(1), TextBox).Tex
Line 1300
Line 1301: objCmd.ExecuteNonQuery(
Line 1302
Line 1303: ' tidy u

Avneesh
2/10/2004 1:56:06 AM

Please try to check whether you are typing data charecter longer then allowed in the DB field??? check for the type and length of "@URL" parameter also

Hope this help

Avneesh
Ashok
2/10/2004 2:56:05 AM
Thanks for the help Avneesh

AddThis Social Bookmark Button