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