1

I searched on Google and I can't find any, do you know some ?

2
  • I don't understand, you are looking for a project that connects to both SQL Server and MS Access? A project that would do what? Commented Sep 26, 2010 at 7:17
  • I'm look for any sample project (blog, cms, ecommerce) that can work with both. I once encountered a blog but don't remember the name Commented Sep 26, 2010 at 11:57

1 Answer 1

1

Not that I'm aware. Most open source projects however use one specific database engine (which makes sense), or xml (for example dasBlog).

However you can always swap your SQL Server for MS Access in a project if you want. The provider system for membership etc in ASP.NET itself is already a great example of that possibility (though not open source as it comes from Microsoft). For example take a look at this tutorial: Using Access instead of SQL server for your ASP.NET Application Services.

Personally I would rather find it strange to see an open source project making use of 2 different, especially MS Access in the first place. People tend to use SQL Server Express or SQLite or SQL CE for something like this.

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

1 Comment

Thanks for this link very interesting. As for access it's because there are a lot of ms access applications in my corporate enterprise, users don't want to manipulate sql express so it is usefull to also offer ms access format.

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.