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.
 
Back
Top