Jim Chapman
New member
I have written software that shows SQL data which is updated once every ten seconds. Simple stuff like temperature, motor on, pressure, etc. I'm currently doing this with stand alone program written in c#. Now i need to expand this software for remote access as well as smart phone access. Remote c# is no problem, but that won't work with smart phones. And Phone type is a problem, android, iPhone, flash, no flash, java, no java. I hoping some one can tell me if html5 can read from database and redraw on client side without the server having to do the work and then the page reload. If you have another suggestion please let me know.