mrotto
25-04-03, 06:54 PM
Connecting Web Form to Database (MS Access)
i met a problem connecting my form using asp.net (VB.net) named register.aspx to my database (MS Access) named DonorDetails.mdb located let say C:\wwwroot\blooddonor\DonorDetails.mdb
i'm using Windows XP OS. i also downloaded Microsoft ASP.NET Web Matrix Project version 1.1. Below are my fields in my form:
Prefix (dropdown)
FirstName
LastName
DateOfBirth
BloodType (dropdown)
HomeAddress (2 lines)
telephone
Email
Comment(text field)
1 more.. i downloaded the MSDE sized 70 MB from http://asp.net/msde/Default.aspx?tabindex=0&tabid=1 but i cant install it (got error).who know why it happens?
what i want exactly is when i press the 'submit' button, the data will stored in the database and 1 successful submission will be displayed.
Please help me to those know..thanks..
i met a problem connecting my form using asp.net (VB.net) named register.aspx to my database (MS Access) named DonorDetails.mdb located let say C:\wwwroot\blooddonor\DonorDetails.mdb
i'm using Windows XP OS. i also downloaded Microsoft ASP.NET Web Matrix Project version 1.1. Below are my fields in my form:
Prefix (dropdown)
FirstName
LastName
DateOfBirth
BloodType (dropdown)
HomeAddress (2 lines)
telephone
Comment(text field)
1 more.. i downloaded the MSDE sized 70 MB from http://asp.net/msde/Default.aspx?tabindex=0&tabid=1 but i cant install it (got error).who know why it happens?
what i want exactly is when i press the 'submit' button, the data will stored in the database and 1 successful submission will be displayed.
Please help me to those know..thanks..