Skip to content

misacodes/odbc_mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ODBC for Python and R

In this folder, I include the scripts to connect both Python and R with Microsoft SQL Server using the Open Database Connectivity (odbc) interface.

Packages

In Python, I utilize the pyodbc package for the connection:

import pyodbc

In R, I use the odbc package:

library(odbc)

About

Scripts to connect Python and R with MSSQL using ODBC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published