Top "Database-connection" questions

A database connection is a facility that allows client software to communicate with database server software, whether on the same machine or not.

MySQL remote connection fails with "unknown authentication method"

I am trying to remotely connect to MySQL server online from my local machine, but I am getting the following …

mysql pdo database-connection remote-access
Persist Security Info Property=true and Persist Security Info Property=false

For the properties: Persist Security Info=true and Persist Security Info=false Can you tell me what is the difference …

c# database ms-access database-connection connection-string
How to change connection string in DataSet.xsd?

I have build my project in C#, I add DataSet.xsd, and connect him to Oracle DataBase in my computer …

c# connection-string database-connection
Firewall Port 1433 not opening

I am using MS Server 2008 with MSSQL 2008-R2 as database server. Each time for some work i have to login …

sql-server sql-server-2008 database-connection firewall
SQL Server tells me database is in use but it isn't

SQL Server keeps telling me a database is in use when I try to drop it or restore it, but …

sql-server database-connection database-backups
How do I change a Crystal Report's ODBC database connection at runtime?

I have a report made with Crystal Reports 2008 that I need to deploy a production system which means that I …

postgresql crystal-reports odbc database-connection
How do I connect to a SQL server database with python?

Im trying to conennect to an sql database that its already created an that its located on a server. How …

python sql-server database database-connection
Sequel Pro and MySQL connection failed

I just installed mysql on mac from Homebrew brew install mysql mysql -V mysql Ver 8.0.11 for osx10.13 on x86_64 (Homebrew) …

mysql database-connection sequelpro
Java Access DB Connection

I try to make project with connection to db (MS Access 2010) I use this tutorial on CodeProject. import java.sql.*; …

java database-connection jdbc-odbc