Writing to database
As a new user to vb.net... I desided to follow the basic instructions cearfully. I have managed to find my way through the database programming using the odbc class.
And I was successfully able to populate records from the database to listviews, treeviews, comboboxs and all sort of controls.
Now I am working on phase 2 of my project whitch is writing back to database....
but unfortanilty I did not find a good illustration of how to do that using odbc data adapters.
I am trying to send data from textboxs an listviews...
Can anyone help me with a syntax to follow
Thanks in advance

