durilai
Member
- Joined
- Oct 17, 2005
- Messages
- 16
- Programming Experience
- 1-3
[RESOLVED] .NET Newbie
I am trying to make the conversion from a ASP web developer to .NET, specifically VB.NET (to start). I have experience with MsSQL and MS Access.
Most of the work I do revolves around database's, so I am trying to do some fairy simple things.
I have an access db with 1 table. The table contains three fields (id, desc, date). The id is an autonumber, the desc is textm and date is a date field.
I just want to get the simple read and writes down, so I would like to create a form that displays all the rows on form load. I would then like a form with a textbox and button that when clicked will write the textbox value to a new record and timestamp the datefield. It seems to be a fairly simple operation, but I am having difficulty.
I would appreciate any code examples, tutorials, or advice that any of you have to offer.
Thanks
I am trying to make the conversion from a ASP web developer to .NET, specifically VB.NET (to start). I have experience with MsSQL and MS Access.
Most of the work I do revolves around database's, so I am trying to do some fairy simple things.
I have an access db with 1 table. The table contains three fields (id, desc, date). The id is an autonumber, the desc is textm and date is a date field.
I just want to get the simple read and writes down, so I would like to create a form that displays all the rows on form load. I would then like a form with a textbox and button that when clicked will write the textbox value to a new record and timestamp the datefield. It seems to be a fairly simple operation, but I am having difficulty.
I would appreciate any code examples, tutorials, or advice that any of you have to offer.
Thanks
Last edited: