Melted Cheese
Melted Cheese

Reputation: 1

How do I bind data from SQL Server to an HTML page.?

I want to bind/show data from sql server into a .html page by using javascript,AJAX,jquery but without using c#,php,vb.net etc.... can anyone plz help by posting some reference links or by posting the code itself..

Upvotes: 0

Views: 952

Answers (1)

nettutvikler
nettutvikler

Reputation: 604

Maybe with node.js

There are many examples out there, one of them:

http://blog.codeship.io/2014/04/22/leverage-sql-server-with-node-js-using-edge-js.html

Upvotes: 1

Related Questions