[Solved] Sql connection using jquery in HTML? [closed]
[ad_1] jQuery has no helper functions for handling SQL. It has Ajax functions which can be used to talk to a web service that runs SQL on the server. Client side JavaScript doesn’t have the ability to access raw sockets, so you can’t connect directly to a remote database. There are various client side databases, … Read more