|
 |
access thread: JPEG files and Access 2000
Message #1 by "WebSource" <websource@p...> on Fri, 1 Jun 2001 08:44:57 -0700
|
|
I have an upcoming poject that will require storing and cataloging JPEG
files. Can someone suggest a best method to accomplish this using
Access 2000?
Thanks in advance for any suggestions.
Mike
Message #2 by "AJ van Huizen" <ajvhzn@p...> on Sat, 2 Jun 2001 13:38:30 +0200
|
|
Store the path to the jpeg file into a table field. This is the best method
to reach the best performance!
When this is not possible, store the jpeg file into an OLE type field. And
show the picture with your forms in an imagecontrol!
Good-luck
Arjan.
----- Original Message -----
From: WebSource <websource@p...>
To: Access <access@p...>
Sent: Friday, June 01, 2001 5:44 PM
Subject: [access] JPEG files and Access 2000
I have an upcoming poject that will require storing and cataloging JPEG
files. Can someone suggest a best method to accomplish this using Access
2000?
Thanks in advance for any suggestions.
Mike
Message #3 by Vincent Vandermeeren <vincentvdm@O...> on Tue, 5 Jun 2001 09:42:05 +0200
|
|
hi websource ...
just make a form with a upload component (for example SoftArtisans.FileUp)
and be sure that is the upload has been done without some errors that he
writes the filename in the database.
that how I should do it ...
Greetings,
vinnie
-----Original Message-----
From: WebSource [mailto:websource@p...]
Sent: vrijdag 1 juni 2001 17:45
To: Access
Subject: [access] JPEG files and Access 2000
I have an upcoming poject that will require storing and cataloging JPEG
files. Can someone suggest a best method to accomplish this using Access
2000?
Thanks in advance for any suggestions.
Mike
|
|
 |