A string containing information necessary for connecting to a service, usually database.

learn more… | top users | synonyms (2)

2
votes
1answer
41 views

C# / SQL Server : “Error Locating Server/Instance Specified” in just one application

I've been trying to find the exact issue to this for hours but so far I just can't figure out what might be wrong. I have a WPF application trying to connect to a remote SQL Server using this ...
0
votes
1answer
15 views

'&' in password illegal character in web.config file

I have a web.config file, in connection string attribute, I have an '&' in password which creates error in parsing web.config file. code: <connectionStrings> <clear/> ...
0
votes
0answers
23 views

Microsoft Excel Data Connections - Alter Connection String through VBA

I have a fairly straightforward question. I am trying to find a way to alter and change a connection string for an existing data connection in an excel workbook through VBA (macro code). The main ...
0
votes
0answers
15 views

Using VS2010 Data Connection Tool for Users

since the code for this small ui is free, I'm trying to use it for a connection test tool. Its working not bad, but unfortunately, it just builds the standard connections. I add all, which can be ...
0
votes
1answer
45 views

how to connect to database

I have managed to connect to a database using localhost using sqlexpress, so my connection string is correct, however I am hosted on 123-reg and cannot connect to the database I created on their ...
0
votes
2answers
33 views

ado.net can't read from my database

This is a really noob-problem but im tearing my hair soon. I'm trying to read from my local database but it gives me nothing. Here is the code: protected void readBtn2_Click(object sender, EventArgs ...
0
votes
0answers
29 views

function runs on scanner emulator, but not scanner itself (C#, SQL)

I'm developing an add-in for a scanner. I've run into problems with a specific function that I'm writing. The problem seems to be with my connection string. The code runs fine on the scanner ...
0
votes
2answers
33 views

MS SQL Server '08 ignoring username and password when requesting a connection with connection string using Integrated security=SSPI

I'm using this connection string to connect to a ms sql server '08 db, "Data Source=qwe;Initial Catalog=dsa;Integrated Security=SSPI;User Id=mydom\unamee;Password=pwd;" but the server is ignoring ...
0
votes
1answer
21 views

After Deploy/Publishing WCF server doesn't work

I have a WCF service that when I check in the WCF Test Client it works fine but after I deployed the service to a remote server(my college server) It doesn't work . I ran it on a wp8 app but it didn't ...
0
votes
1answer
11 views

error connecting to sql server compact file in VS2012

I use following connection string for connecting to my SQL Server Compact database (.SDF file) in a VS 2012 (.NET 4) Win form app: SqlConnection SQLConnection = new SqlConnection("Data ...
0
votes
1answer
8 views

The connection name 'DefaultConnection' was not found in the applications configuration or the connection string is empty

I am using Azure Tables, so i don't know how my connection string should be? can anyone please guide for the same. I am using the Account Controller provided by MVC 3 Internet template as is. Then ...
-3
votes
0answers
31 views

How to be the Connection String When Deploying Asp.Net WebSite

I have to deploy my website into ftp. I deployed it but i can not see the data in database which is in app_data folder. There is no error, and no exception. Just i can not see the data, i could not ...
0
votes
1answer
30 views

What would be a valid OleDbConnection ConnectionString for an uploaded file?

I am certain I have missed something obvious. A simple task is before me: 'Upload an Excel (2003) file via ASP.NET on a Forms page and push the contents of that file to a DataTable in preparation ...
1
vote
3answers
43 views

Getting error “A network-related or instance-specific error occurred while establishing a connection to SQL Server…”

Normally, I'd be able to figure this out. But, what I have going on is I have an MVC4 app that, in its current state, will NOT connect to any kind of data source. I believe that MVC, out of the box, ...
1
vote
0answers
51 views

Change default database with ASP.NET Web Application

I have created a C# ASP.NET web site in Visual Studio 2010. Pretty much all of the other kinks have been worked out, but the site is to have a database that stores certain user data. I have this DB ...
1
vote
1answer
17 views

Unable to use sql server user name and password

my user name is Work/Sainath and password is empty and i use windows authentication to login. My server name is '.' and when i enter this as connection string in visual studio web form i get an error ...
-2
votes
0answers
24 views

Consolidate Connection Strings

I have solution containing many projects (web apps, class libraries). In every project, I have some ConnectionStringsto some Database. Can I create a project to consolidate all connectionStrings in ...
-2
votes
1answer
29 views

Creating Oracle Database and connecting to it throw c# application [closed]

can anyone tell me step by step, how to create database (any, which could handle triggers, procedures and so on) and a simple connection string in c#, which describes the username, password and ...
0
votes
1answer
28 views

Unable to Connect using dotConnect to Oracle 11g Post Migration

I have a production system that is down because I cannot connect after a database migration to Oracle 11g. I am trying to connect to Oracle version 11.2.0.3.4. I am using the most recent release of ...
2
votes
1answer
38 views

Login failed exception on BizTalk Database when going via windows service, while it works via web api (within the same library)

I'm getting a login failed exception on the BizTalk management database, while it has been proven that the ConnectionString works and the user has the rights (since I am using sa for testing). It ...
1
vote
0answers
20 views

Using different environment in development and production with SSIS

My SSIS (2005) package uses variables and expressions to set some values at run-time (e.g. connection string, database name) I have found out that the package validation does not use the expressions ...
0
votes
1answer
19 views

Dividing entity framework connection string into 2 parts

I'm trying to set up continuous integration for legacy project. In Web.config, there's Entity Framework connection string: <add name="StuffContext" connectionString=" ...
-1
votes
2answers
62 views

connectionstring for sql server 2008 r2 [duplicate]

I'm trying to connect to a SQL Server 2008 R2 with a windows form aplication with the app.config file in XML=1.0 using this connection string Server=10.217.192.130;Database=CanDB;User ...
0
votes
1answer
29 views

How to Pass Or Call Entity Frame Work Connection String My Code Attached ?? Asp.net

I am getting error "The underlying provider failed on Open." actually i haven't call entity frame work connection string my code is, InspectionEntities dbContext = new InspectionEntities(); how to ...
0
votes
0answers
42 views

“The underlying provider failed on Open” error with one specific query

i am trying to debug my code i am getting error here in this line, var fsr = dbContext.FinalScoreReports.Where(c => c.ConsultantID == cId && c.TargetProjectID == ...
-2
votes
1answer
75 views

SQL Server 2008 R2 connection string troubles [closed]

I'm trying to connect to a SQL Server 2008 R2 with a windows form aplication with the app.config file in XML=1.0 using this connection string Server=10.217.192.130;Database=CanDB;User ...
-1
votes
2answers
78 views

How to create connection string dynamically in C# [closed]

How to create connection string dynamically in C#, instead of creating it using string concatenation?
0
votes
0answers
39 views

Windows Azure Cloud Connection String

I am having a trouble in between azure local and azure cloud connection string. so, can anyone suggest me how to setup cloud connection string in .csdef and local.cscfg and cloud.cscfg. file. How to ...
-1
votes
0answers
22 views

How to refresh the connection String during runtime? [closed]

I am trying to refresh the connection string during run time, my code is working fine, but sometimes it is not working. Its taking default parameters. How to avoid this?
-1
votes
0answers
21 views

Connecting to SQL Server 2008 Instance through Internet in Windows XP SP2 [closed]

Hello Friends I have come across a small problem. I want to connect to an Instance of SQL Server 2008 through a static IP. I am new to databases and so I want to know what all settings would be ...
0
votes
2answers
46 views

VB.Net Should I Store Database Connection String with Application or User Scope?

All of the examples I've seen set the connection string in app.config at the application level, but application settings are read-only. However, I want to allow the user to update the connection ...
0
votes
1answer
22 views

Passing the connection string from 2 web applications sharing a DAL?

I have a solution with two MVC 3 application sharing the same DAL libaray. Each application is pointing to a different db and their connection string is stored in their respective web.config file. ...
0
votes
0answers
44 views

What is the error in this connection string in vb.net?

I have the following connection string <add name="portal_ConnSql" connectionString="Data Source=GFO-SQL03;Initial Catalog=PortalDB_V2;uid=Portal_Usr;Password=20!!P0rt@!" ...
0
votes
0answers
51 views

Connect to FileMaker Database from Grails app

I can't achieve to connect with a FileMaker database when I use the fmjdbc driver. I put the jar library in the /lib folder and I try connect with the next connection params: dataSource { pooled ...
0
votes
0answers
54 views

How To Set Entity Framework's ConnectionString's Settings for other computers

I'm developing a program for a customer who has a mysql server. I dont have the mysql server information because of security then I have been developing it on mysql localhost.. So I sent the program ...
0
votes
1answer
19 views

Correcting the connection string inside a published ASP.NET application

I don't have the source code of an application, but the published version. (So I only have .aspx files) I realized that the connection string for this application was inside a .vb file before it is ...
0
votes
0answers
21 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 ...
-3
votes
1answer
30 views

Invalid value for key 'attachdbfilename' in connection string [closed]

public clscon() { con.ConnectionString = ConfigurationManager.ConnectionStrings["eConnectionString"].ConnectionString; } The Database cannot be opened because it is a version 706.The server ...
0
votes
1answer
29 views

Make an updatable file to hold the connection string in ASP-Classic

I have an asp file which contains a connectionString to my database. I'm wondering if there is a way to change that information before the user try to log on the system. I named it _conn.asp and it ...
1
vote
1answer
24 views

How to set up the FOUND_ROWS flag?

I'm using Entity Framework 5, MySQL 5.6 and MySQLConnector 6.6.5. I would like to set up the FOUND_ROWS flag in my Entity Framework connection string. I tried the following configuration. ... ...
0
votes
0answers
28 views

How to set up the connection string after I publish the website in the IIS?

I have two computer at home (one for develop, and the other server as both the IIS web server and the database server with SQL Server Express 2010 installed). I can use the form based Aspmembership ...
-1
votes
1answer
41 views

Get filepath to LocalDB file from connection string in .NET [duplicate]

How to get the filepath to the .mdf file of a LocalDB database from its connection string in .NET? Example string: Data Source=(LocalDb)\v11.0;Initial Catalog=MyDb;Integrated ...
0
votes
0answers
27 views

Is there any secured way to connect to a sql mdf file database?

I want to connect my project (asp.net forms app) to a database using only a .mdf file. Is there any secured way to connect to a SQL Server .mdf database file with user and password? If I'll ...
1
vote
0answers
34 views

Error connecting to SQL Server via alias from local IIS7

Just wondering if anyone has run into this before. Had a few devs look at this, and none of us can figure it out. I have an ASP.NET Web Forms app connecting to a Sql Server db via an alias using ...
-2
votes
3answers
25 views

“Keyword not supported:'pdata source”

What does it mean by "Keyword not supported:'pdata source".As am struggling to find out what exactly is the problem? InitializeComponent(); connString = "PData ...
0
votes
0answers
30 views

ELMAH Logging in SQL Server

I am having an ELMAH problem. I think it is the connection string but can't figure out why. It is emailing me errors no problem, just not logging them into sql. If the problem is permissions, how ...
0
votes
1answer
34 views

RDS Connection String in PHP

I'm frantically beginning the move from Xeround to Amazon RDS. I've been unable to connect to RDS via PHP. I've tried a number of variations of the following: $connection = ...
-2
votes
1answer
80 views

Issue with connection string on my mvc4 application

I published my website some days ago, but it seems to be an issue with my connection string. I try to change it several times, with the same result, and have spent a lot of time on this. My actual ...
0
votes
0answers
23 views

WPF app, images won't load when editing config file

I'm making a wpf application where I can edit my connection string in the config file: vConnection = @"metadata=res://*/MC_PLC.csdl|res://*/MC_PLC.ssdl|res://*/MC_PLC.msl; ...
0
votes
0answers
40 views

ADO.NET app.config connectionstring, on different Server?

I am developing an ASP.NET application at the moment. The plan is, that database and business-logic should run on an own machine. The ASP app should run on a single machine then, which is only working ...

1 2 3 4 5 35