shingo99 Posted July 28, 2004 Posted July 28, 2004 hello i want to know how to do the dao coding in vb.net below is the normal coding use in vb6 dim db as database...... rs.movenext..... can i know how to type it in vb.net? not only that the ado connection is also a bit different from before im trying to study this cause im planning to build a application using either dao or ado to connect to database in vb6 im a dao user not ado so im not very good in ado setting can i have some advise on which to choose and how to use each of the database reader thank you in advance Quote
Administrators PlausiblyDamp Posted July 28, 2004 Administrators Posted July 28, 2004 Data access under .Net is very different that DAO or ADO and although these technologies can be used with .Net you are probably better off learning the ADO.Net way of doing things. The following links are worth a look http://www.xtremedotnettalk.com/showthread.php?t=69746 http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/ADOPlusOverview.aspx http://www.xtremedotnettalk.com/showthread.php?t=83993 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.