Storing Files and Images in Access with ASP.NET(mikesdotnetting.com)
submitted by
Mikesdotnetting(340) 2 years, 5 months ago
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
|Views: 4
tags:
ASP.NET another
Everyones tags:
Your Tags: