beginner question for csharp & sql programatically

  • Thread starter Thread starter milton
  • Start date Start date
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?

--
--
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 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.
 
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.
 
Back
Top