Click to See Complete Forum and Search --> : VB.NET database


Greenjedi
March 18th, 2006, 11:43 AM
Hi

I have a database (acces) dataadapter and a working conection between it and my program.

I'm acctually a newby on this area, so can someone of you explain to me as easy as possible, how I can acces my database so that I can read out values and put them in my text boxes ?

Thnx

Jos van Tuil

gigemboy
March 18th, 2006, 11:53 AM
thats a very general question... you need to read up on the core concepts of ADO.NET it in order to get a better understanding of what you need to do...

This article is a great place to start...
http://visualbasic.about.com/od/learnvbnetandadonet/l/aa050303a.htm

(I know this is the second time I referred to an article for ya, but its really good information that you need to learn ;) )

Greenjedi
March 19th, 2006, 06:44 AM
The last article was perfect so no problem :)


Edit---------------------

And agian it worked :)