Link to home
Start Free TrialLog in
Avatar of robinpkothari
robinpkothari

asked on

how to save flow chart icon in database

hii

i need to save flowchart icons which are multiple in database. suggest me some way sothat i can get that data back & show those icon in new flowchart with same cordinates.

ur valuable suggestion will be highly appreciated

robin
ASKER CERTIFIED SOLUTION
Avatar of northernchill
northernchill

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tejas_pathak
tejas_pathak

Hi,

i would suggest you to not store those images in database, bcoz, it would slow down ur database operation , its performance, and moreover its better to query an image on a filesystem then from a blob. I've seen many performance critical applications use this methodology.Store the path of the image in the database field , instead.

Bye.
Tejas.
Hi,

i would suggest you to not store those images in database, bcoz, it would slow down ur database operation , its performance, and moreover its better to query an image on a filesystem then from a blob. I've seen many performance critical applications use this methodology.Store the path of the image in the database field , instead.

Bye.
Tejas.
Avatar of robinpkothari

ASKER

hii guys...thanx for reply

i think got my answer from "northernchill".....its gr8....

thank u very much

robin