Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Administrators
Posted

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

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...