Click to See Complete Forum and Search --> : how to add a record into access database vb.net 2005


sureshchinta
February 21st, 2008, 03:00 PM
Hi !
I am trying my hands on VB.net and is trying out a small application which includes a survey form. The form contains radio buttons and when the respondent clicks on a radiobutton, digit '1' should be placed into the corresponding field of the database.

I have established a dataset and tried doing it but not sure how to do it because the book (How to program Visual Basic.Net by Dietel) does not teach us that

Also, I am wondering how to enable the user to enter various surveys concurrently ? With this post there is a URL for my code, please have a look and suggest the way to push data into the access database.

http://www.esnips.com/doc/8a0d192f-f18b-42a6-803e-c7fc18b901bc/Survey

Thanks

YMCORP
February 24th, 2008, 10:31 AM
i am also just starting to dig into the wonderful world of database. i have had some good luck with watching and doing some of the learning demo's in the beginners center "http://msdn2.microsoft.com/en-us/beginner/default.aspx"
this has helped me expand my view on a couple things. good luck!

dglienna
February 24th, 2008, 10:10 PM
You have to type in the code samples to be able to understand them. Posting 'your' work on the author's site is a bit silly. What part wasn't in the book?

HanneSThEGreaT
February 25th, 2008, 09:57 AM
I'd recommend that you download the MSDN samples ( for whatever version you have ). There, they cover a lot of database related stuff. IMHO, ADO.NET is not to be taken lightly. And again, MSDN self, has tons of info on ADO.NET, I'd suggest going through them first.

buzzup
March 18th, 2008, 04:19 AM
I am create connection but it not works while i am insert a record in database it not affected any more so please tell me how to make connection with database and how to insert simple record in database because i am beginner