beginner question for csharp & sql programatically

B

Bob Powell [MVP]

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.
 
M

milton

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.
 
I

Ian Semmel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top