Database Image Viewer
Jul 19, 2004
1 min read
.NET1.0
.NET1.1
SQL-server-2000
VS.NET2003
C++
C#
SQL
Windows
.NET
SQL-Server
Visual-Studio
DBA
Dev
Intermediate

by Zoodio
Contributor
Introduction
This application will permit the user to create tables in SQL 2000. It will also permit the user to save and view images from the database. The user can browse the images either full size or double click a thumbnail and view the full size image. Or you can select several images and make a slide show (this part still needs some work but it does the job for now). This application covers many of the basics in application development. The connection string for the database is stored in the app.config file. The information for the About form is stored in the assemblyinfo where there is a helper class that permits you do dynamically populate the about form.
There are quite a few image viewers on this website but I firmly believe mine has it’s place here also.
Requirements
To run this code the use must have SQL2000.
License
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)