Creating ODBC Connection in Python
STEP 1: Installing pypyodbc can be done via the commandline:
>>C:\Python34\Scripts>pip install pypyodbc
Using the below command in your code for better naming conventions:
>> import pypyodbc as pyodbc
STEP 1: Installing pypyodbc can be done via the commandline:
>>C:\Python34\Scripts>pip install pypyodbc
Using the below command in your code for better naming conventions:
>> import pypyodbc as pyodbc
No comments:
Post a Comment