Need good example of using MS Access with C#

  • Thread starter Thread starter Patrick Blackman
  • Start date Start date
P

Patrick Blackman

Hi I need a good example using ms access with C#. I have to develop a multi
user test application using access. Need some pointer on how to handle user
conflicts etc. All examples I have seen use SQL Server, really need on with
MS Access for presentation purposes, any ideas or sample location would be
appreciated
 
Patrick Blackman said:
Hi I need a good example using ms access with C#. I have to develop a
multi user test application using access. Need some pointer on how to
handle user conflicts etc. All examples I have seen use SQL Server, really
need on with MS Access for presentation purposes, any ideas or sample
location would be appreciated

There would surely not be any user conflicts - Access is also best used as a
single access db - otherwise use sql; - either way the syntax is the same
either way - you would the oledb providers not the sql ones - access is
pretty much the same althought it has more restrictions.
 

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

Back
Top