Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: MS SQL access from Mac

    I'm not sure how, but I got it working from Python. Now I would also like to get it to work from R.

    con<-dbConnect(odbc(), Driver="SQLServer", Server="localhost",Database="dbname",UID="sa",PWD="pswd",Port=1433)

    results in:

    Error: nanodbc/nanodbc.cpp:950: 01000: [unixODBC][Driver Manager]Can't...

  • Reply To: MS SQL access from Mac

    What I need is step by step on setting up the driver and DSN on the Mac. I have tried countless ways with no success. Only MS SQL Server Management...

Viewing 2 posts - 1 through 2 (of 2 total)