PDA

Click to See Complete Forum and Search --> : Open a picture from a Database?


mhayenga
Feb 2nd, 2000, 06:29 AM
Okay.... I'm making a database app. which displays certian fields from a table within the database, but I also need to display a picture that corresponds with these fields. I believe I saw somewhere that it was possible to open a picture from within the database. How do I do this?
Also, would this be quicker/more efficent(in terms of disk space) than opening the image from the hardrive?....Ex.-instead of opening from the database- each row has an id field, so I could tell the application when the id is "1435" to open "1435.jpg" from the hardrive.

Thanks in advance...

------------------
Mitchell Hayenga
mitch@hayenga.com

[This message has been edited by mhayenga (edited 02-03-2000).]

Clunietp
Feb 2nd, 2000, 12:08 PM
DAO or ADO?

mhayenga
Feb 2nd, 2000, 12:40 PM
ADO

smalig
Feb 6th, 2000, 09:12 PM
Try following sample with DAO.
http://vbcode.webhostme.com/en/click.asp?id=71

------------------
smalig
smalig@hotmail.com
http://vbcode.webhostme.com/

Clunietp
Feb 7th, 2000, 12:41 AM
ADO Example:
http://support.microsoft.com/support/kb/articles/Q194/9/75.ASP