G
Guest
I have written a program to store images. But it stores them as long which
does not allow them to be automatically rendered on a form or a report.
I know they will bloat as they have to be de-compressed and stored in DMP
EMF format. Storing them in a database is a no. no but it is easier for
maintenance and security for what I am doing.
I have to do this in VB.NET. The current program is using a data set and
adding the image raw.
The actual requirement is store ID photo's in a single database to allow
access and browsing by HTML on PDA'S and by a local smart client for PC's
I have a whole set of photo's to add that are in JPG format, the program
zips through them fast enough but they can't be rendered. If I add them
manually using ACCESS it works a dream, but I don't want to add them
manually,.
I want to provide the solution initially in ACCESS before proposing to do it
properly in SQL server. It just allows me to knock up some simple forms and
reports quicker.
does not allow them to be automatically rendered on a form or a report.
I know they will bloat as they have to be de-compressed and stored in DMP
EMF format. Storing them in a database is a no. no but it is easier for
maintenance and security for what I am doing.
I have to do this in VB.NET. The current program is using a data set and
adding the image raw.
The actual requirement is store ID photo's in a single database to allow
access and browsing by HTML on PDA'S and by a local smart client for PC's
I have a whole set of photo's to add that are in JPG format, the program
zips through them fast enough but they can't be rendered. If I add them
manually using ACCESS it works a dream, but I don't want to add them
manually,.
I want to provide the solution initially in ACCESS before proposing to do it
properly in SQL server. It just allows me to knock up some simple forms and
reports quicker.