Domanda

I am using Java and Mysql to write a program that scans urls and stores the urls found into a database. Is it possible to make it so that when I SELECT * FROM table; the URL's that are displayed are clickable hyperlinks? Thanks

È stato utile?

Soluzione

That makes no sense, hyperlink is a functionality of the client application rather than database. If you want your links to be clickable, that will need to be implemented by the application and MySQL has nothing to do with that.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top