Null value with memo field, error

  • Thread starter Thread starter toufik
  • Start date Start date
T

toufik

Hi,
In my table(ms-access) I've a memo field whih is not required, and allow
zero length to true.
I've in a vb.net form, a textBox bound to this field,
- I can leave it as NULL and save.
- I can fill a value in it and save
- but when it has a value and I empty it I've an error if I save
(dataadapter.update)

Any Idea please.
Thanks.
 
¤ I empty The texybox which is bound to it , means delete all its countent.
¤ Thanks
¤

What is the exact error message?


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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