Web access library
I am in the process of scoping out a project for a client and I am trying to determine whether using the web access library, we can directly connect to a mysql database on a server and perform queries on the server to retrieve data from the server. I cannot find any examples of this. Is this possible? If so, can you point me to an example? Is the "HTTPConnectionObject" or the "Socket Object" what we would use?
