SIMPLE Data Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

As an ex VB6 developer I find ADO.Net has go HORRIBLY complex.

I don't want disconnected recordsets, I just want to run a query on an
Access DB(SELECT ID FROM Blah WHERE...) to see if the record exists. How do I
do this AS SIMPLY AS POSSIBLE?
 
Use execute scalar and check the return value. Also, I suggest you get
"Database Programming with Visual Basic.Net" from APress. It is a great
book for learning ADO.NET.
 
Thanks Cecil.

I've been messing around with ADO.Net for ages! I'd got VB6 data access
completely sussed, now I've got to re-learn everything!

With all this extra power comes a massive learning curve. Somebody needs to
explain to Microsoft that every time they change something we all have to
invest hours / days / weeks relearning. The upshot is applications are taking
longer than ever to create.

Thanks again, I'll go on an ADO.Net course I think!
 

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