MSSQL databindings with PictureBox?

y2kmental

Member
Joined
Dec 30, 2005
Messages
9
Programming Experience
Beginner
How would beable to display am image in a PictureBox from my MSSQL db?

Im refering to the image in the db with a path such as; 'c:\default.png'

Thanks
 
What do i bind the path to? String doesnt have a databindings property.

Should i bind it to a label and use the text property?

This is was im trying to make:

A program that accesses a database with a list of users. I want to be able to Add users too. With that I also want to add a picture, such as off the local disk and save that path into the SQL db.

Hmm, but i just thought of something... This application is going to be put on mulitple computers with the SQL db on one server. I guess the pictures are going to have be stored remotely. How would that be done? Can a picture file be stored inside the db, is that even a good idea?


Thanks
 
Last edited:
Back
Top