Programming against MS Access using C#

B

Ben

Hi all,

Is there any good resource online that you can share with me about
programming Access using C#. I am trying to get my feet wet with C# and
vs2008.

I tried looking at kb317114, it didn't seem to offer much. If you have some
more code samples, please let me know.

Thanks,

Ben

--
 
J

Jeff Gaines

Hi all,

Is there any good resource online that you can share with me about
programming Access using C#. I am trying to get my feet wet with C# and
vs2008.

I tried looking at kb317114, it didn't seem to offer much. If you have
some
more code samples, please let me know.

I put something up on the Code Project:
http://www.codeproject.com/KB/XML/CreateXMLDB.aspx

it's not a tutorial but it will produce classes to access an Access db
using either Adobe or ADO.NET (the preferred way now). I have updated it
quite a lot but not re-submitted it, if it's of interest email me and I'll
send you a zip of the latest source which produces better code.
 
A

Arne Vajhøj

Ben said:
Is there any good resource online that you can share with me about
programming Access using C#. I am trying to get my feet wet with C# and
vs2008.

I tried looking at kb317114, it didn't seem to offer much. If you have some
more code samples, please let me know.

Any tutorial about ADO.NET should do. For Access you just need to
use OleDbXxxx classes and the correct connection string.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top