Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify what to install in MSVS #1684

Closed
davalapar opened this issue Mar 4, 2019 · 2 comments
Closed

Specify what to install in MSVS #1684

davalapar opened this issue Mar 4, 2019 · 2 comments
Labels

Comments

@davalapar
Copy link

davalapar commented Mar 4, 2019

Windows install step is bit vague, it might help to specify the following selections (to avoid issues like #1144):

  • MSBuild Tools
  • Visual C++ Build Tools core features
  • Windows 8.1 SDK
  • Windows 10 SDK (10.0.x.x)
@rvagg
Copy link
Member

rvagg commented Jun 20, 2019

@bzoz @joaocgreis is there something that should be done with this? That list is more than we have on the README and seems excessive, is it an accurate reflection and therefore should we update the README?

@gounaman
Copy link

gounaman commented Sep 1, 2019

I ran the install no problem. But I have no idea what actual values to put in this example code
var db = require("odbc")()
, cn = "DRIVER={FreeTDS};SERVER=host;UID=user;PWD=password;DATABASE=sandbox"
;
Thx for developing this. I am trying to have JS connect to SQLite using an already installed OBDC driver. How should I reference this driver? I would really appreciate a simple example that specifically works in the Windows env. Including specific example directories. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants