Classic ADO on VB.Net 2003

fpineda101

Well-known member
Joined
Nov 14, 2005
Messages
122
Location
Los Angeles, CA
Programming Experience
1-3
Classic ADO on VB.Net 2003 - Resolved

Is it possible to make and execute classic ADO style queries on .Net? If so, how do I set that up? Please help. I'm new to .Net and I don't like datasets

fpineda101
 
Last edited:
I want to cry....
Trust me, become one with the datasets. Look in my sig, there's two ADO.NET tutorials. Start with the first. Work through them. It'll help.

You can use classic ADO, but it really would be better to learn ADO.NET. If, after working the tutorials you still feel using classic, then it's as simple as adding the reference and coding it just like in VB6.

-tg
 
Back
Top