OleDbDataAdapter vs. SqlDataAdapter

  • Thread starter Thread starter CompSci
  • Start date Start date
C

CompSci

I am wondering which DataAdapter to go with OleDbDataAdapter or
SqlDataAdapter? We are using this in a webservice using sql server 2005
and .net 1.1

Ruchir
 
SqlDataAdapter. If you are using SQL Server, you should be using the
classes in the SqlClient namespace.
 

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