VC Project can use HTML and images from a DB
-
Dear all, I have a VC Project and I need to load html pages with images from a database (not saved in files). I read from database the html, and using an ActiveX of HTML show it like a browser, but the images doesn't. I need some ideas of how I can show Html pages with images, the html pages are in the database, the images can be a file of the project or a register in a database. I hope that somebody can help me to find one solution!! Thanks to all!! Regards, ;) --------------------- Pere Llibre Software Engeneering
-
Dear all, I have a VC Project and I need to load html pages with images from a database (not saved in files). I read from database the html, and using an ActiveX of HTML show it like a browser, but the images doesn't. I need some ideas of how I can show Html pages with images, the html pages are in the database, the images can be a file of the project or a register in a database. I hope that somebody can help me to find one solution!! Thanks to all!! Regards, ;) --------------------- Pere Llibre Software Engeneering
Pere_Llibre wrote: the images can be a file of the project or a register in a database Not that I understand what you mean by neither of these things, but if it can be stored in a database and you want a browser such as IE to access them using some path, you have to implement a filesystem driver to return them. You could also drop this DB-server idea altogether and use a web-server. Last I checked they were actually optimized to serve HTML pages the contents they might have.