coderacheal / database-connection-config

This repo contains a notebook to help you set up a connection to a remote Microsoft SQL Server
0 stars 6 forks source link

Issue loading from database #4

Open Tahir82 opened 1 year ago

Tahir82 commented 1 year ago

Good day madam Racheal, Pls help. I had already connect with SQL but i'm still having this Error

OperationalError Traceback (most recent call last) Cell In[4], line 5 1 # Use the connect method of the pyodbc library and pass in the connection string. 2 # This will connect to the server and might take a few seconds to be complete. 3 # Check your internet connection if it takes more time than necessary ----> 5 connection = pyodbc.connect(connection_string)

OperationalError: ('08001', '[08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. (17) (SQLDriverConnect); [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). (53)')