1

I have a problem with access database. I am developing a web application in visual studio 2010 using C#. I was using sql server 2005 as my database. Recently it is changed into Access. When I am trying to save some data to the Access database from my application it won't work. But when I am trying to do the same from Access itself it works correctly. What is the problem and what will I do for rectifying this problem.

3
  • The first thing you should do is post your connection/insertion code. Commented Jul 19, 2011 at 5:12
  • Access/Jet/ACE is really an inapropriate data store for a web-based application. You can get by with it for small apps with few users and few writes, but it's not designed for that purpose and comes with a number of serious problems. Commented Jul 20, 2011 at 23:36
  • @David-W-Fenton : I know that, but what can I do? Client decides such things and our duty is to develop applications which client asks.Actually I don't know access because I never used it before. I used only MSSQL. Commented Jul 22, 2011 at 5:19

1 Answer 1

1

There is some difference with query in ms-access.Like if you have to query with date column then you have to use #+date+# instead of '+date+'

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.