Jump to content

pull data from mssql with javascript


knowram

Recommended Posts

Directly, no. Javascript runs in a browser and can only make http requests to a web server and a database exists on a database server. It would take some sort of server side helper application to make the bridge between the http request from a browser/javascript and the database server.

 

Perhaps if you state what you are trying to accomplish, someone can provide direction on how to do it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.