String & binary data unable truncated

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

my form got over 30 textbox, as I addnew() and update the record,
it said "string & binary data unable trunctated" and that record didn't save
in database
I used Try catch to check the error, It can't indicate which field got such
error ?
Can anyone be kind to teach me how to debug ?
Thanks in advance
 
Hi Agnes,

Sounds like a column's size is being exceeded. Try to messagebox.show (or
look in the watch window) for each of the columns in a try catch.

HTH,

Bernie Yaeger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top