10
Shouts

Storing Files and Images in Access with ASP.NET

published 898 days, 4 hours, 49 minutes ago posted by MikesdotnettingMikesdotnetting 900 days, 1 hour, 22 minutes ago
Tuesday, December 08, 2009 5:32:38 PM GMT Sunday, December 06, 2009 9:00:15 PM GMT

Storing Files and Images in Access with ASP.NET   Should you store files and images in the database or the filesystem in an ASP.NET application?  With SQL Server this is a dilemma, with both approaches having their pros and cons.  When it comes to Access, the decision is much easier to make.  Because an Access database is restricted to 2Gb, it makes more sense to store files in the file system.  However, sometimes, you may not have the choice. If you have to use the database, here's how.

...

category: ASP.NET | clicked: 1 | | source: www.mikesdotnetting.com | show counter code
tags: MS Access, ASP.NET