Hello experts,
I never used "Dataset" in my project. But I know this is used for the set of tables.
Can I use this to authenticate from more than one table?
Tables in my Database are:
Login, Student, Student Details, Fee, Teacher, Teacher Details.
I want to use dataset in my project to authenticate with Student, Student Details and Fee
table.
please help me to write the code for this.