Home All Groups Group Topic Archive Search About

Help me to Query,navigate and modify a dataset

Author
20 Mar 2006 4:20 PM
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

Author
20 Mar 2006 4:33 PM
Cor Ligthert [MVP]
Why not start with a very simple sample and start with one table.

(This is VB 2005)

http://www.vb-tips.com/default.aspx?ID=1139f14a-c236-4ad7-8882-b1ed16424252

I think that this is the most simple to do. However gives a good idea how
easy it is. In the generated code you see than a lot of "How to".

I hope this helps,

Cor



Show quoteHide quote
"alps" <alpa***@gmail.com> schreef in bericht
news:1142871601.152436.7650@t31g2000cwb.googlegroups.com...
> 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
>