-
VB.NET database
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
-
Re: VB.NET database
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/lear.../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 ;) )
-
Re: VB.NET database
The last article was perfect so no problem :)
Edit---------------------
And agian it worked :)