Hi, pl write me the simple example to connect student table of school database
of Access through VB.net and code to
AddNewRecord,DeleteRecord, UpdateRecord, SearchRecord.
the fields in the table are say- Name, Desig and Age
and textbox in form are- TxtName, TxtDesig, TxtAge
the event under which each code has to be written may also
be mentioned please.
Note: all connection either to dataset or data adapters
are to be done through code window.
Thanks
(K. S.)