Full Database System Sample?

  • Thread starter Eliezer Figueroa
  • Start date
E

Eliezer Figueroa

Full Database System Sample?

I want to know if there any good windows forms based database sample
application that can be downloaded.I searched the MS site but most of the
database samples are for ASP or are not full application but istead sample
of a particular feature. I am looking for something like the northwind
sample in Access but in C#. Something than I can use as a sample not only
in how to conect to database but also on how to implement master/detail
forms and the proper use of the databound controls.
 
T

Tom Carter

Eliezer,

You can find this sample in the MSDN documentation. There is a lot of
explanation but the code is still a great illustration in spite of the
chatter.

Walkthrough: Simple Data Access in a Windows Form

~~~~~~~~~~~~~
Tommie Carter
www.premiertechnology.com
 

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