Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can Access Images stored in SQL be displayed by VB6?

Status
Not open for further replies.

rugrats

MIS
Dec 16, 2002
12
MY
Hi all;
Does anybody knows if Access images stored in SQL be displayed to screen by VB6 application?
Thank you.
 
One way is to present the image in an OLE field within a VB form. The only quirk is that you have to tie the OLE field to a data control if the data resides in Access or an RDO control if it is stored in SQL Server. You set the data source to the data/rdo control and the data field to the field that holds the image data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top