If you just want to write a quick program to do this I suggest DragOnce. I
don't think that this is a good thing to look at to get an idea of the
mechanics however because DragOnce creates a 15,000 line file with a
strongly typed dataset for the DB which is a bit daunting for the beginner.
What is it you want to do, Learn or just look?

Signature
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> hi
>
> how to navigate through the records in sql DB programatically...?
milton - 23 Mar 2008 16:38 GMT
Hi Bob
thanks for your response, I'm made the DB connection right now, but the only
thing it's read the record, assign the diferents values to a variables and
going to the next record and do the same to the EOF of the table.
> If you just want to write a quick program to do this I suggest DragOnce. I
> don't think that this is a good thing to look at to get an idea of the
[quoted text clipped - 7 lines]
>>
>> how to navigate through the records in sql DB programatically...?
please try google first - there are lots of examples
> hi
>
> how to navigate through the records in sql DB programatically...?
VS has a wealth of tutorials etc.
People always want to rush out and buy books when there is a lot of info
in the supplied Help.
> hi
>
> how to navigate through the records in sql DB programatically...?