Textbox to database

BrechtLS

Active member
Joined
Apr 5, 2006
Messages
32
Location
Belgium
Programming Experience
1-3
Hi, I should wan't to put the text in the textboxes from my form into a database. But I have never done this before and I have not a clue how to start with it. It should like to know how I can write in it, read from it and change in it. Is there someone that should want to explain to me how I have to do this step by step.
If you should be able to help me with this I should be very very glad.
 
Here's a list of things that you'll need to research...

System.Data.Datatable
System.Data.Datrow
SQL - INSERT, UPDATE, DELETE, SELECT
Databinding
System.Data.Oledb.OleDBDataadapter
System.Data.Oledb.OleDBConnection

Or failing that, drop an oledbdataadapter onto your form fromthe toolbox and let the wizard do all the work for you. Personnally i prefer to do it myself, and for someone who is learning i would reccommend you do it yourself too.
 
Ok, I will search some when I can and try a couple of things out.
I'll see what it gives.
Thanks!
 
Back
Top