Jump to content

This topic is 7887 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi there,

Now i have a customer which need a system that help keep tract of sales data including a picture, the system need to store a lot of picture in the database (about 500 picture per day). The system is run on PC, after i finish the system, i set a container to let them insert picture, but i found that sometime the picture does not come out or cannot be insert, especially BMP picture. The customer normally using BMP or JPEG picture, so got any way to solve this problem.

Another question is due to the system will store a lot of data with picture, i scare the system will become slow, got any solution?

Regars,

Henry

  • 2 weeks later...
Posted

" i set a container to let them insert picture, but i found that sometime the picture does not come out or cannot be insert, especially BMP picture"

-- what is it that they do when that "sometimes" occurs? smile.gif

"Another question is due to the system will store a lot of data with picture, i scare the system will become slow, got any solution?"

-- input into container and "[x] Save reference only", the limit is about 2 GB per file.....so continue referencing vs. directly inserting pictures

if u really use 500 images per day then try developing 12 DBs- months of a system where u can store images per month vs. having them all in one datbase!

[MAIN FILE] perhaps a script to detect CurrentTime and Date

|

|-[January]

|

|-[February]

|

|-[March]

....

u get the idea

all the best!

Posted

"keep tract of sales data including a picture"

-- well if u keep them as "Invenotry" and referenced u will not have to re-re-create the record...just 'mark it' ( another field with 1-sold or 0-not sold) as sold

This topic is 7887 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.