Writing to database

Hi,

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

[627 byte] By [Fayed] at [2007-12-16]
# 1
Databases stump me, I decided to create my own database format - not as good as SQL/Access, but good enough for me. Smile
Khamul at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Hi,

look on this tutorial. The code is C# but you should not have trouble to learn the things you need.

rgerbig at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
Hello,

The following page on MSDN shows how to save data using a data adapter:

Modifying Data in a Database (.NET Framework Developer's Guide)
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconmodifyingdataindatabase.asp?frame=true
hope that helps...

SteveS_MS at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...