For connecting from Node.js to MS SQL check out Edge.js ( https://github.com/tjanczuk/edge#how-to-script-t-sql-in-a-nodejs-application) - this currently requires you are running on on Windows.
On *nix, your MS SQL alternatives are https://github.com/WindowsAzure/node-sqlserver or https://github.com/pekim/tedious. On Thursday, December 12, 2013 2:07:14 AM UTC-8, Chandan Dey wrote: > > Hi, > > I am new in nodejs. Any body help me how to connect mysql/ms sql database > with nodes and show data in html5 page. > Like, in my html page I have two text box login & password with the click > a button called "Login" I want to validate the user. > > Thanks in advance > Chandan > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
