Message missing when I save the text into MS ACCESS Database.

  •  10-02-2009, 8:00 AM

    Message missing when I save the text into MS ACCESS Database.

    when I use the editor, and put in some message,  when I save it  to the access database, when the message is a little bit long, It always missing part of it.  the type of that field in database is memo, I try to write more things in the database, it can be saved, so it's not the databases fault, then there must be some problems on the transfering the data,
    I just use this on the button click event
     
    ad.InsertnewStory(TextBox1.Text, Editor1.Text, TextBox2.Text, DropDownList1.SelectedItem.Text)
            Editor1.Text = ""
     
    And they always missing part of the whole things in the editor.
     
    please help me!!
View Complete Thread