Click to See Complete Forum and Search --> : Database question...


Guy Geron
January 14th, 2003, 10:06 PM
I have just started to code with C#.
I'm writting a web application with MS Access db.
I'm looking in the net for some toturial, however I got confused a bit.
What is the best way to connect to the database? How do I add, delete and update from it?
My database is not heavy.
My e-mail (guygeron@igreen.net)

mwilliamson
January 16th, 2003, 01:49 PM
I think that regular ADO is easier than ADO.NET, but if you are onlying update/adding/delete all you really need is a connection. You can, and should do all of that work through SQL.