Auto generate datasets from DB

  • Thread starter Thread starter SPG
  • Start date Start date
S

SPG

Hi,

I am new to C#, and was wondering if there is an easy way to auto generate a
Dataset and the relevant classes (IE: Adapter for updating etc) by pointing
a wizard at the db?

I am sure there must be a way to do this..

Steve
 
put a new dataadapter and use the query builder wizard to create the
query, then right-clicj on the adapter and select "generate dataset"
 
Hi,

As an another approach, check my website www.rthand.com, go to .NET
corner/Utilities.
There are two templates that creates save adapter (insert, update, delete
command) and a strong typed dataset with relations included.
Both templates are to be used with (free excelent utility) CodeSmith
template based code generator - you'll find more info on my website.
 

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

Back
Top