I am curious to get started on a project that I think is possible. I have quite a bit of background in VC++ but have very little other language with any othe language. Here is my proposed project, and I think that it is possible. I have a SQL server on the back end, and I want to create a web page. I want to be able to have my web page automatically refresh when my database updates. In other words, I want to be able to push a refresh to the web page from my SQL server. I don't want the web page to check every so often for an update, I want it to automatically refresh when the SQL server is updated. Does anyone know how to go about doing this. If I have to learn another language (JAVA, VB, etc) to do this, I am not opposed to doing that, but I would prefer VC++. If anyone has any ideas on how to get started, or similar code, etc. I would be very interrested. THanks.