I have a problem, Im using vb with a mysql database. Now i made a form with several textboxen. Now I add for example NY to one box and I save it. It doesn't save. But when I remove a lite out the box, it saves.
For example, textbox1 contains: hello how are you
Now I want to add after hello how are you Remco?. Then I want to save, and vb doesn't save it to the database.
Now, textbox1 contains: hello how are you
Now i want to remove a few letters: how are you. (remove hello) Then I save it, and vb save it to the database. This is strange.
I use a Update statement to save changes. But what goes wrong??

Remco Ploeg
[email protected]