S
scorpion53061
Mission:
To pull images off the D:\Kelly\Images drive where SQL Server is and send to
user using a vb.net windows app(internet application).
I created a table called images3 which consists of:
1 ITEMNO varchar 50 0
0 IMAGEPATH varchar 50 1
ImagePath is where the images are stored on the hard drive of the SQL Server
Machine so it would be like
D:\Kelly\Images\koh1000.jpg for instance.
Eventually what is suppose to happen is the user clicks an item number in a
vb.net windows app and SQL is called to give the corresponding image.
Please help me to get there....
I was told that storing images directly in SQL is a bad idea if you are
wondering why I am doing it this way.
To pull images off the D:\Kelly\Images drive where SQL Server is and send to
user using a vb.net windows app(internet application).
I created a table called images3 which consists of:
1 ITEMNO varchar 50 0
0 IMAGEPATH varchar 50 1
ImagePath is where the images are stored on the hard drive of the SQL Server
Machine so it would be like
D:\Kelly\Images\koh1000.jpg for instance.
Eventually what is suppose to happen is the user clicks an item number in a
vb.net windows app and SQL is called to give the corresponding image.
Please help me to get there....
I was told that storing images directly in SQL is a bad idea if you are
wondering why I am doing it this way.