Click here to Skip to main content
15,893,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends ,

Can we display image from Database SQL SERVER or Odbc and front end as HTML ?
Thanks in Adv :)
Posted
Comments
thatraja 8-Jan-14 3:03am    
Why HTML? Go with any server side languages
Amirsalgar1 8-Jan-14 3:09am    
Sir can i slide images by retriving images from data base ?
in 1 panel ?

With HTML you can't do much things. Go with server side like ASP.NET or php. And check these jQuery plugins, do customization & merge it. And Google for more samples
Top 10+ jQuery Database Plugins[^]
7 jQuery Fullscreen Slideshow Plugins[^]
 
Share this answer
 
I assume by HTML, you just mean, any web platform. Typically, you create a HTTP handler on a URL, which then takes an id, which identifies the image in the DB, reads it out, and returns it to the browser.

You sure do not need to buy a library to do this ( like Dynamsoft ), but you will probably find that using jquery as well will make for a nicer interface, in some instances.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900