I am trying to make a form in vb and connect that to database .First of all i created a databse and then opened new project and tried to connect that database to form.
file new--->try____>project--->add new item---->Service based databse--dataset---->finish
step2----->in databse explored right clicked on table and Add table
filled the coloums like this
firstname nchar50 null
lastname nchar50 null
saved the table
created another table and attached the for with trydatabase
It shows me this error when i place detail view on form
Value of '1/1/0001 12:00:00 AM' is not valid for 'Value'. 'Value' should be between 'MinDate' and 'MaxDate'.
Parameter name: Value pointing to this codeMe.TrytableTableAdapter.Fill(Me.Database2DataSet.trytable)