I am learning vb.net alon.. and the only source I have is the internet .. I made an excersise and its very easy for experts like you,, but its very important for me because I will learn alot from it.. Simply,, the exercise is saving the first and last name of students and an automatic ID ..
I created the DB and form design .. its as follow:
Database name "customers.mdf" Table name "customersTable"
Fields data types:
customer ID int PK identity Specification = yes
firstname nvarchar 50
last name nvarchar 50
Dataset name: costomer dataset.xsd
text boxes: firstnametxt, lastnametxt, customeridtxt, savebtn ,deletebtn, updatebtn, savebtn and form1
I want to let the software contact with databse so it can read from it ,, also I want to delete ,add, update and save records...
I dont want to use the binding navigator because i want to learn how to do it... please help me
I created the DB and form design .. its as follow:
Database name "customers.mdf" Table name "customersTable"
Fields data types:
customer ID int PK identity Specification = yes
firstname nvarchar 50
last name nvarchar 50
Dataset name: costomer dataset.xsd
text boxes: firstnametxt, lastnametxt, customeridtxt, savebtn ,deletebtn, updatebtn, savebtn and form1
I want to let the software contact with databse so it can read from it ,, also I want to delete ,add, update and save records...
I dont want to use the binding navigator because i want to learn how to do it... please help me