Hi!

My first guess: try some TDS implementation
TDS is Tabular Data Stream Protocol
http://msdn.microsoft.com/en-us/library/dd304523.aspx

It's usual to implement, in other technologies, a pure socket client of MS
SQL Server using TDS.

Some quick google:
http://cretz.github.com/node-tds/
http://pekim.github.com/tedious/

Some more links mentioned at
http://stackoverflow.com/questions/5156806/node-js-and-microsoft-sql-server

Angel "Java" Lopez
@ajlopez
gh:ajlopez

On Sat, Dec 22, 2012 at 6:59 PM, <[email protected]> wrote:

> Hi guys,
>
> I'm new to this group just joined in, so first I wanted to say HI.
>
> next, I'm also quite new to note.js but I have some experiance with JS.
>
> I wanted to ask:
> 1. If someone knows a way to connect to MS Sql server 2008 R2 without the
> use of python, node-gyp or VS10 addition/s to the node.js or any other
> addition that is not pure javascript?
> 2. Any idea how to connect to a remote MS Sql server .... from remote
> linux platform?
>
>
> Thanks for all the helpers,
> Ari.
>
> --
> 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
>

-- 
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

Reply via email to