PhilgB Posted May 26, 2004 Posted May 26, 2004 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!! Quote
wessamzeidan Posted May 26, 2004 Posted May 26, 2004 http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=03578d48-db51-4b48-b166-88933bd6cd68 hope this helps Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
pelikan Posted May 28, 2004 Posted May 28, 2004 you might find this article informative: http://www.codeproject.com/cs/database/csharpaccessdb.asp tons of info on this site as well as msdn and framework sdk help Quote IN PARVUM MULTUM
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.