Tagged Questions
0
votes
0answers
23 views
Request time out even after setting the pooling option for connection string
Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have occurred because all pooled
connections were in use and max pool size was reached.
Hi ...
0
votes
1answer
40 views
Trusted_Connection and Encrypt in Azure SQL connection string?
A typical Azure SQL Database connection string is as follows:
Server=[server];
Database=[database];
User ID=[user];
Password=[password];
Trusted_Connection=False;
Encrypt=True;
Connection Timeout=30;
...
0
votes
3answers
95 views
Good ways to connect to database with C# [closed]
Good day to all,
I'm new to programming and I'm building like a simple program. Just buttons and display the results. This is how I connect to database. I used MySQL.data.dll and add it as reference.
...
0
votes
0answers
51 views
SQL database directory string not working - have to define full file path
I have created an application with an underlying database which needs to be put onto a CD as an exe. However, some of my SQL querys only work on the database when i use the full file path of the ...
1
vote
1answer
201 views
Can not connect to local database with c# System.Data.SqlClient
I have some problems with connecting to my local DB using c# System.Data.SqlClient.
Information:
DB parameters: Name:baza Host:localhost Instance:baza Port:3306 Schema:world
My connection string: ...
0
votes
2answers
113 views
ASP.NET web application: 404 error in the remote server when a common database connection string is used
I'm working with a project in c# asp.net..
When i created individual connection strings for accessing the database, the program runs properly in the local and remote servers..
But when i wrote the ...
0
votes
1answer
94 views
Store database server name in machine.config file
In web.config we store connection string like:
connectionString="Server=serverName;Database=dbName;Username=xyz;Password=xyz"
But everytime, server name keeps on changing...i mean many times ...
0
votes
0answers
285 views
Oracle connection string driver (OraClient10g_home1) across various machines
Currently, my team is using in excel VBA an ADODB.Recordset with the following connection string to run queries to our oracle database
Dim conn As New ADODB.Connection
conn.Open "Driver={Oracle in ...
0
votes
1answer
134 views
db connection within multiple pages asp.net
I am having a problem with my npgsql connection to database. The point is that my application validates the user against db.If successful then redirects to the next page and display the SQL query. ...
0
votes
2answers
730 views
SQL Server 2012: Login to PC-NAME\SQLEXPRESS works, but not to local/(local)
I'd like to login to my SQL Server 2012 Express with servername local or (local) but it doesn't work.
The only servername which works is PC-Name\SQLEXPRESS.
local/(local) has to work somehow because ...
0
votes
0answers
156 views
Impossible to connect to remote SQL database through VPN & CrossDomain in a web app
I have a web application that needs to connect to databases hosted by a client. A VPN is configured between my company and the client. All ports have been opened. Connection via SQL Server Management ...
0
votes
0answers
137 views
Connection String for Desktop App to external Web Server DB
I'm trying to get a working connection string from a desktop app to a db on an external (amazon) web server. Right now I'm getting a Login failed for user message which makes me think I'm close.
I ...
2
votes
1answer
315 views
Location of Microsoft access database for windows form when creating setup file using installshield
I have developed windows form which uses Microsoft Access Database.
During development i have put database file in root folder with in project.
When i run application through visual studio, it run ...
0
votes
2answers
1k views
App.Config Connection String
In my windows form i have connection string in app.config as
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add ...
0
votes
1answer
260 views
Connection string to access database in Program files
I am working on windows form which uses microsoft access database.
When the application will be installed, the database will be on this location
C:\Program Files (x86)\Amrit\trial\Database.
How can ...
0
votes
1answer
160 views
Connection String to Program files for access database
My windows form is using Access Database.
How can i map the connect string to the folder in Program Files
For example, my database will be in the following location once installed
C:\Program Files ...
-1
votes
2answers
297 views
Connection String for windows form application [duplicate]
I am creating windows form application.
This application will use Microsoft Access Database to record the details.
I want to know how can i provide connection string to that database if i create that ...
0
votes
1answer
326 views
Cannot open database “database.mdf” requested by the login. The login failed. Login failed for user 'IIS APPPOOL\general'
As I see several similar issues that I am facing, I have a bit different problem. My connection string is
Data ...
0
votes
1answer
335 views
I can't set up a connection string for ASP.Net MVC v4.0 with standard method of Authentication
Please I need help with this scenario:
I want to use the default ASP Membership/Authentication in my MVC app, connected to a VPN.
In web.config I setup the connection "MyCustomConnection":
...
1
vote
1answer
95 views
SQL Server database connection
I have an ASP.net web application and a database created on another computer. Now I want to run this on my computer.
I have installed SQL Server Express edition and SQL Server Management Studio on ...
0
votes
1answer
62 views
Is it possible to reuse a connection string with Phpseclib?
Let's say I have the following two methods inside a class file. Inside my code, I start the connection by doing the following.
$host = new Host($ip, $targ, $this->log, $pwd);
Then later in my ...
0
votes
0answers
168 views
SQL Server 2008 Local Connection String
I'm attempting to run unit tests locally via connecting to SQL Server 2008 in my Windows Server 2008 R2 machine.
I have the following two connection strings -- the first one does not work, but the ...
0
votes
0answers
75 views
Grabbing inbound request in App_Code folder
I have inherited code that is in a helper.cs file in App_Code folder. In that file is a piece of code like so:
/// <summary>
/// Gets default connection string configuration key
/// ...
0
votes
0answers
229 views
Cannot open database ASPNETDB.MDF
I used default Membership of ASP.NET. After formatting PC and installing SQL Server Managment Studio I run application, I can not access my ASPNETDB.MDF, but can access other DB.
For example, when I ...
-2
votes
1answer
87 views
Have a centralized SQL Database [closed]
although there may be several duplicates similar to this, but none of them solves my issue.
I have a windows application, which is currently working fine with SQL Express 2008 in Visual Studio 2010. ...
-1
votes
2answers
435 views
Relative connection strings in c# for SQL Server 2008
I have a Windows form application with database in the folder of the project itself (.mdf and .ldf files). I have my connection strings in the app.config file. I want to use the relative path in ...
1
vote
1answer
59 views
How can I avoid storing database credentials in multiple places in the code?
The user 'Chacha102' posted the following code in response to this question back in 2010. I like his code (displayed below), but would like suggestions on how to avoid having the database connection ...
0
votes
1answer
260 views
Multiple-step OLE DB error on connection to Access2000
I have a classic ASP application. It connects to Access 2000 database.
The provider: Microsoft.Jet.OLEDB.4.0
The OS: Windows Server 2008 with IIS7
In IIS7, ASP module has been installed.
The ...
0
votes
1answer
2k views
JDBC connection to SQL Server: login failed for user x
I am trying to set a JDBC connection to Sql Server 2008. I have created a database in Sql Server with this information:
CREATE LOGIN xtest WITH PASSWORD = 'berenjenas7(((';
GO
CREATE USER ...
6
votes
2answers
7k views
OracleConnection.Open is throwing ORA-12541 TNS no listener
So I am connecting to an external server through C#. I just installed Oracle 11g client on my machine from here: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html (255MB ...
0
votes
1answer
985 views
DBcontext, dinamically specify connection string
I'm dealing with a C# application using EntityFramework and an object derived from DbContext.
I need to set programmatically the connection string when a new instance of MyDbContext object is created. ...
0
votes
1answer
260 views
ODBC SQLDriverConnect not connecting
I am using ODBC API in c++ to connect to a database. I have made my connection function everything worked fine until i got to SQLDriverConnect .
_TUCHAR szConnectOutput[3000];
SWORD ...
1
vote
2answers
128 views
Automatically switching connection string on database connection error
I'm dealing with a C# application with a EntityFramework backbone using a DbContext.
The application has two choices: connect to a remote SQL server express or connect to a local SQL compact 4.0 ...
1
vote
1answer
2k views
Login failed for user 'someone'
I work on Microsoft SQL Server 2008 R1 and visual studio 2010.
My target is to clone a server to a new machine. However, after setting the application up and entering "local/storytelling" in the ...
0
votes
3answers
134 views
How do I build the database connection string if the website is on the same server as the db?
I have a problem with my connection string and I couldn't find anything on the web that could help me. So I have a test website on which I connect to a database which is not on the same server. There ...
0
votes
0answers
69 views
visual studio 2008 connection
I have a BIDS/ Visual Studio 2008 package that works correctly on my XP machine. I copied the package to my WIn7 machine, reset up the connections, and I cannot get any connections to work. I get ...
0
votes
5answers
962 views
MySql Connection string on GoDaddy (remote server) [closed]
I need to connect to a database on godaddy and insert some values. All the code is in place and it works on localhost. However I do not know how to connect to the online database. I chose the remote ...
-4
votes
3answers
118 views
The connection inside function not called [closed]
this is my snippet , please help me why the con .open is not working inside the function tabledel
i want to delete the table once i press the button , the connection gets opened for the first time ...
3
votes
3answers
708 views
Specifying Port With SqlConnectionStringBuilder?
I've ran into a snag. I have a need to specify the port number for my local installation of SQL Server 2008 R2. So far I've tried using the SqlConnectionStringBuilder with the data source set as ...
0
votes
2answers
768 views
Getting data from a table to ASP.NET web application
I'm using Visual Studio 2010 to build an ASP.NET web application, I'm working on dynamically populating (part) of the site map from information in a database. Right now I just have a dummy table in my ...
-3
votes
2answers
220 views
Database Connectivity in PHP - unexpected error
Following is my piece of code in which I am trying to create database connectivity. Please see the comments below in the code in which I mentioned where exactly the problem is occurring. Moreover, I ...
0
votes
2answers
124 views
ASP Database connection questions
I'm finding a lot of ways to connect to a MS SQL database online. I'm using the connection String in web.config. It's working perfectly fine for what we want and looks something like this:
...
6
votes
5answers
2k views
Is there a need to secure connection string in web.config?
So I am using connection strings in my web.config using SQL authentication.
Of course people say this could be a vulnerability as you are storing password in plaintext.
However, from what I know, ...
0
votes
1answer
170 views
SQL connection string and resolve domain name
We use this connection string today:
Provider=SQLOLEDB; Data Source=mydomain.com; Initial Catalog=myDB;User
Id=xxx; Password=xxx;
And I like to know who is save the mydomain.com in is cache, ...
1
vote
1answer
2k views
Connecting to remote SQL Server in C#.Net
I'm trying to connect to the database, and it keeps telling me "invalid instance".
Here's my code:
string connectionString = "Driver={SQL Server};Server=server;Database=db;;Uid=user;Pwd=pass;";
...
1
vote
5answers
192 views
Best way to set up the connection setting
I am new to windows forms programming and I was wondering what would be the best way to create like a connectionstring.config (i dont know how to do this) I have seens it , its like an xml giving all ...
0
votes
1answer
258 views
SQL Server connection string for a standard user
I am trying to connect to an mdf file using the following connection string:
<add name="ApplicationServices"
connectionString="data source=.\SQLEXPRESS;Integrated ...
1
vote
2answers
1k views
OleDb connection string for a local file
Using OleDb I am connecting to MS Access (v2003) database and my Project folder is MyHotApps and my OleDb Connection String is
MyConString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data ...
0
votes
1answer
586 views
Visual Studio 2010 Service Based Database With Users
I am sure this is a stupid question, but I was wondering how to create a Service Based Database (SQL Server DB) in Visual Studio 2010 with a user account. I want this because I am creating a C# ...
1
vote
2answers
2k views
C# and SQL Server 2008 R2: Finding DB Address and connection string
I have SQL Server 2008 R2 installed and have the necessary databases created. Now I am trying to connect to the server through C# and failing miserably. I have tried several connection string formats ...

