W
Wade Wegner
Hello,
Per the suggestions of the private SQLSERVER group, I have decided to store
images in our database, utilizing the data type Image (MSSQL 2000 Standard
Edition on Windows NT 5.0, Build 2195: Service Pack 4). This solution works
extremely well, and it is very easy to extract these images in a Crystal
Report and display them.
The only problem I have is displaying these images in Access. Currently, I
have an Access 2002 .adp file that I use as a front end to the MSSQL
database. I have a very simple form which consists of a listbox that
displays the names of the images stored in the images table. I want to
allow the users to select one of the image names in the listbox, and have
the image load into an image object that is also in this form. I have not
been able to get this to work!
So, here's my question -- how can I display an image, stored in an MSSQL
column of data type Image, in an image object (or any object!) within Access
2002? I have been unable to find any discussion of this anywhere.
Thanks for your help!
Wade
Per the suggestions of the private SQLSERVER group, I have decided to store
images in our database, utilizing the data type Image (MSSQL 2000 Standard
Edition on Windows NT 5.0, Build 2195: Service Pack 4). This solution works
extremely well, and it is very easy to extract these images in a Crystal
Report and display them.
The only problem I have is displaying these images in Access. Currently, I
have an Access 2002 .adp file that I use as a front end to the MSSQL
database. I have a very simple form which consists of a listbox that
displays the names of the images stored in the images table. I want to
allow the users to select one of the image names in the listbox, and have
the image load into an image object that is also in this form. I have not
been able to get this to work!
So, here's my question -- how can I display an image, stored in an MSSQL
column of data type Image, in an image object (or any object!) within Access
2002? I have been unable to find any discussion of this anywhere.
Thanks for your help!
Wade