Write a VB.NET program to accept the details of a Supplier (SupId, SupName, Phone No, Address), store it in the database, and display it.
Answer:
Answer: Sample Patient Table (PatientDB.accdb): PID (AutoNumber) PName ContactNo Disease 1 John Doe 123-456-7890 Flu 2 Jane Smith 987-654-3210 Cold
Answer: Table Name: Users Field Data Type Constraints Username Short Text Primary Key Password Short Text Not Null Default.aspx: Default.aspx.cs:
Answer: Table Name: Employees Field Data Type DeptId int DeptName varchar EmpName varchar Salary decimal Sample SQL Query to Create
Answer: Default.aspx: Default.aspx.cs:
Answer: