Giter VIP home page Giter VIP logo

database-connection-config's Introduction

Typing SVG

About

- ๐ŸŒฑ Iโ€™m currently learning Blockchain technology and Web3

- ๐Ÿ‘ฏ Iโ€™m looking to collaborate on projects that leverage data and AI

- ๐Ÿ“ซ How to reach me: [email protected]

- โšก Fun fact: I love The Matrix, SpaceX, and old books

My Stats What I am listening to:notes::notes:
Racheal's GitHub stats
STREAK

๐Ÿ’ป My Tech Stack

Languages

Python JavaScript Ruby HTML5 CSS3

Databases

Postgres MySQL

Testing

Jest Mocha

Frameworks & Tools

React Redux Sass Webpack ESlint Git GitLab VS Code

Cloud & AI

AWS Tensorflow

๐Ÿ”” My Latest GitHub Metrics

Free Templates Metrics
rails-starter-pack Metrics

database-connection-config's People

Contributors

coderacheal avatar

Watchers

 avatar

database-connection-config's Issues

Microsoft SQL connection error

I have tried to correct the correct the error, but it keeps recurring. Kindly assist.

----> 4 connection=pyodbc.connect(connection_string)

OperationalError: ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [53]. (53) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. (53)')

Operation error

OperationalError Traceback (most recent call last)
c:\Users\Admin\OneDrive\LP1\Untitled-1.ipynb Cell 3 line 1
----> 1 connection = pyodbc.connect(connection_string)
3 query="Select * from dbo.LP2_Telco_churn_first_3000"
4 data=pd.read_sql(query,connection)

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

I'm getting this error how should I handle it

Connection error line 4

InterfaceError: ('28000', "[28000] [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'dapDB'. (18456) (SQLDriverConnect); [28000] [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'dapDB'. (18456)")

Operational error for code "connection = pyodbc.connect(connection_string)"

Dear @coderacheal,

Below is the error I am getting, Can you please assist. Thank you

OperationalError Traceback (most recent call last)
Cell In[21], 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)')

Issue loading from database

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.