how to add a record into access database vb.net 2005
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-f...8b901bc/Survey
Thanks
Re: how to add a record into access database vb.net 2005
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!
Re: how to add a record into access database vb.net 2005
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?
Re: how to add a record into access database vb.net 2005
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.
Re: how to make connection with database in vb.net 2005
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