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)')
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)')