Help me to Query,navigate and modify a dataset

  • Thread starter Thread starter alps
  • Start date Start date
A

alps

Hello friends ,

I am basically a delphi developer and am new to the VB.net

technology.Can anyone out there give me a typical VB.net solution for a


dataentry program for a table.Lets say there are 2 tables books and

author and say I want to make an application that will allow to

add,modify,delete,query and navigate through the books records.Assuming


I already have data in the authors table.

If the fields are book_id ,book_name , book_author where book_author

is a foreignkey to the author table
what will be the typical code to achieve this.

If anyone has a sample code to "Query,navigate and modify data" it .
would be a big help.

Thanks in advance,
alps
 
Back
Top