Click here to Skip to main content
15,892,537 members
Articles / Database Development / SQL Server
Article

Database Image Viewer

Rate me:
Please Sign up or sign in to vote.
2.23/5 (6 votes)
18 Jul 2004 46K   1.5K   33   1
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

Image 1

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Tester / Quality Assurance
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Generalgood Pin
batsword10-Aug-10 3:00
batsword10-Aug-10 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.