get a list of all database from a server in browser

  • How can i get a list of all database from a server in a html file.and display them in a list/drop down box.so that when a user select the database from dropdown box and click a submit button it should show the

    details of that db in a html file

  • strange!! no reply

  • select srvname from master..sysservers

    use this code in your frontend to populate the data in the drop down.

     

     

  • First you state html file which cannot itself do any work to populate itself. Are you using IIS on the server and and ASP file or maybe COld FUsion on a WebSphere server or JSP on Apache ot exactly what?

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply