I
Ian King
I know this is an ASP problem, but I don't do asp and I only need to know if
something is possible from ASP.
We supply Clients with an Access database (on CD) for each survey that we
carry out for them. The CD also includes a folder of photographs for the
sample points within the survey. Only the path to the photo is stored in
the database. Note that subsequent surveys can be imported into this
database.
Our client has replicated the structure as a web application, and needs to
import data and photos from subsequent surveys that we do for them.
This functionality works fine in my Access database;
1 Import Survey data
2 Return ID of survey just added
3 Create folder based on new ID number to store photos
4 Loop through folder of photos on CD
5 Copy each to new folder
The web site imports the data from the CD ok, but the people developing the
web application are saying that they are unable to automatically import the
photos from the CD to the new folder on the web, although they have offered
a solution of copying them manually one by one!!
I need to know if the process used in Access described above is possible on
the web, or if there is an alternative solution.
TIA
Ian King
something is possible from ASP.
We supply Clients with an Access database (on CD) for each survey that we
carry out for them. The CD also includes a folder of photographs for the
sample points within the survey. Only the path to the photo is stored in
the database. Note that subsequent surveys can be imported into this
database.
Our client has replicated the structure as a web application, and needs to
import data and photos from subsequent surveys that we do for them.
This functionality works fine in my Access database;
1 Import Survey data
2 Return ID of survey just added
3 Create folder based on new ID number to store photos
4 Loop through folder of photos on CD
5 Copy each to new folder
The web site imports the data from the CD ok, but the people developing the
web application are saying that they are unable to automatically import the
photos from the CD to the new folder on the web, although they have offered
a solution of copying them manually one by one!!
I need to know if the process used in Access described above is possible on
the web, or if there is an alternative solution.
TIA
Ian King