fola
|
| Posted: 04/14/2005, 4:46 AM |
|
Can anyone help, pls.
I have a system developed in LAMP(Linux, Apache, MySQL and PHP) environment.
Images are stored in the file (not BLOB), via the PHP. I can read the images OK in PHP for dispaly.
Now we are required to bring the images into MS Access via ODBC.
I need to find a way out of this, it is the clients' requirement.
|
|
|
 |
hidran
Posts: 29
|
| Posted: 04/20/2005, 8:55 AM |
|
you mean you have your images in a folder and that you read that folder and show those images and nw you need to put those images in an access table?.
if it is like that, you can create a table which has a field to store
your images file names. Once you import those file names
( read the folder with php and insert file names in the table) you
can use CCS to show them using a grid and transforming the image field name from label to image.
|
 |
 |
fola
|
| Posted: 04/21/2005, 4:31 AM |
|
Hi hidran,
Thanks for your reply, I have pages showing the images already using CCS/PHP for the web site. The problem is that the client is now having local MS Access application(s) that is looking into the MySQL database and they will like to use the images store in the files to come up as a field within the ACCESS program.
I guess what I am looking for is how to read the images as field rather than the file name as we have it in MySQL using CCS. So that the images will automically show and not file names.
|
|
|
 |
GeorgeS
Posts: 206
|
| Posted: 04/23/2005, 1:51 PM |
|
Hi fola,
did you figure out the solution?
_________________
GeorgeS |
 |
 |
|