Please give me a explanation of how to use the WEBVIEW with MSSQL Connection Library,
I am using the connection and getting the data, I want to display a data set based on a selection in a web view
A Webview cannot have a connection to a Database. It´s your app which do connect to the db and can retrieve data.
You need to create html-page which shows the data based on the database-results. And then let the webview show this htmlpage for you
Then i suggest to look inside the documentation or the library-methods if there is something to create HTML-Code. But i guess there is no such method.
A SQL Connector Library is not supposed to create html. It is supposed to connect to the Database and retrieve data.
It´s up to YOU to create a html-page from the results if you want to use a Webview for showing them.