Hi
Well lets say i created a windows forms application with slide show (3 TIER ) . .
What i need is when we end user access the app to begin slide show .. The images will roll accordingly .. But were will the image is stored ?? which tier UI OR DATA OR BUSINESS LOGIC TIER ???? .. I hope it will be Data Tier in table i created image DATATYPE .. But what happens when i delete file from where i uploaded will still the file accessable .. i.e under some folder of DB the image gets stored or what happens ..
i have many questions regarding this but first let me get clarity n this :) Ty
My best reagrds
Sunil G

VulpesPosted Jan 28, 2014, 10:09 AM
SUNIL GUTTAPosted Jan 28, 2014, 1:03 AM
well from windows forms i entered the details and loaded image and finally stored in sqlserver ..
so when ever i create a slide show i will get contacts with respect to there name everything supposed to get . . .
Say it a huge collection i.e around 1lakh records inc images .. Initially i load images from my local system to db Right via windows form as medium .. Later created a UI for accessing data from DB where records inc respective images are present .. ..
UI : It have to be lite weight right . ..
BL : I written logic at business logic level .. ..
DB : All records are present right .. But my unknown question still is IMAGE FILE I LOADED INITIALLY FROM LOCAL SYSTEM LATER STORED INTO DB , WHEN ACCESSED FROM OTHER UI CREATED .. were will the images gets stored ? in DB means were ? in table or table referencing the image ?? another copy will gets stored aa after storing into DB ... When i delete image file from local system will records gets affected aaa
I am confused and also confused to explain what i need
VulpesPosted Jan 27, 2014, 3:00 PM