Database Query

  • Thread starter Thread starter Newbie!
  • Start date Start date
N

Newbie!

Morning Group,

Can someone possible answer a simple question for me?

Should I use the Database Connection, DataAdapter, and Dataset Wizard or
should I right my own code and not bother?

Regards
Si
 
My recommendation would be to do the following.

1.) Use the wizard as an example, and then review the code that the designer
puts in very closely.
2.) Buy an ADO.NET Book.
3.) Write Some 'realy simple' code to begin with.
4.) Develop your abilities through experimentation and the use of the book.
5.) Subscribe to the ADONET newsgroup and participate, try to help others.
6.) Build an Database Application to put code snippets in to help you as an
excercise.


Regards - OHM
 
This can be found on the 'msnews.microsoft.com' News Server in the

microsoft.public.dotnet.framework.adonet 'newsgroup.

Regards - OHM
 

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