Jump to content
Xtreme .Net Talk

PhilgB

Members
  • Posts

    1
  • Joined

  • Last visited

PhilgB's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok, I've read about 20 tuts tonight on db connections with .net and they all use SQL Server or something. Im trying to connect to an access database and simply loop through each record. So far I've gathered that recordsets are out, datasets are in. Datasets hold DataTables, and the records are in there. When I first started learning about databases with VB6, there were tons of step by step tutorials to learn from. Now with VB.Net, it feels like everyone is on chapter 5 and I can't even get my book out of the wrapper... Could someone either throw up a basic block of code that connects to an access database, then loops through each row. Or point me to an article/tutorial?! Thanks!!
×
×
  • Create New...