Related resources for Storing Images
  • Manage Data in a Win Forms Application (without the Database)5/12/2008 6:04:13 AM. This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
  • Storing Images into a Database12/13/2005 6:04:26 PM. In order to provide your application with cool pictures you can employ two techniques (at least). One of them is that you can save the pictures in a folder and store the path to each one in a database or configuration file. The other one is to store the entire file into a database, along with its file name.