1
vote
3answers
66 views
.net desktop app - how do store/change application settings or connection strings?
I need to give the user the ability to change application settings, in this case the location for the application database. I noticed that Application Settings are read only at ru …
1
vote
2answers
31 views
connect Access via c#
Hi,
i need to open a connection to a remote access db.
in the local environment to the remote acess db is working great .
when i run this application from production serv …
0
votes
0answers
11 views
Joomla Cant Connect to DB
This sounds really easy to fix but I've been working on it for awhile.
Database Error: Unable to connect to the database:Could not connect to MySQL
I had to make a local copy of …
0
votes
1answer
37 views
Connection Pooling and Multiple Connection Strings
An ASP.NET 3.5 application has two connection strings:
Data Source=RedDB;Initial Catalog=Red;User Id=myuser;Password=pas;Max Pool Size=50;Min Pool Size=1
Data Source=BlueDB;Initi …
2
votes
7answers
102 views
connection string in web config
I have a web application which i make on my local host and publish it on different servers.
in the web config of this application i have connectionstrings property like:
<conn …
0
votes
2answers
35 views
I m using one database with the same name in SQL Server 2000 and SQL Server 2005.
I am using one database with the same name in SQL Server 2000 and SQL Server 2005.
How can I manage the connection string in the web.config file so that we can differentiate the …
0
votes
1answer
18 views
CoverageInfo.getCoverageStatus() vs CoverageInfo.isCoverageSufficient(), are they the same?
In trying to determing a if a specific connection is supported, I'm cofused about the difference between CoverageInfo.getCoverageStatus() and CoverageInfo.isCoverageSufficient(). F …
0
votes
3answers
51 views
Data Entities Connection String Problem
I must have changed something somewhere, but damned if I can figure out what it is.
I have a DAL that handles all my data access (as is a DAL's wont) to my SQL Server DB. This in …
0
votes
2answers
22 views
Why do I get this error when I try to open an MDF database via path/filename in Entity Framework?
I'm migrating an application from LINQ-to-SQL to Entity Framework and have changed the line:
using (var db = new MainDataContext(SystemHelpers.GetDatabaseConnectionString()))
to …
0
votes
3answers
99 views
Share a Connection string between multiple web projects
OK I have two web projects WebProject1 & WebProject2. Both require database connectivity so this is all in a C#.NET project called Common.
Now my question is currently the con …
0
votes
4answers
65 views
Reg Expression in C#
Hi All,
<add key="Key1" value="Provider=SQLOLEDB.1;data source=serveripaddress;Initial Catalog=DB1;user id=uid;Password=***"/>
I gave the above string,I want to get the se …
0
votes
2answers
50 views
Connectiong from C# to MySQL without any third party components?
Hi,
I was always connecting to SQL which was simple, but now I would need to connect to a MySQL server. I thought System.data.odbc connection will work, but it doesnt connect. I do …
0
votes
1answer
55 views
Hibernate: Connect to MySQL without Username or Password
I am developing a hibernate application that connects to a MySQL database.
The customers would like to only specify a connection string, ie:
jdbc:mysql://username:passwd@server: …
0
votes
2answers
65 views
SQLCe local db in temp- path in connectionstring?
Hi,
I have SQL Ce db in my app, which is included in my app directory. While debugging its OK, but when published and run with setup.exe, it retrieves "file not found" in temporary …
0
votes
1answer
56 views
SQL Server instance name with IP address
I have a very strange situation happening and I'm hoping someone here knows why.
I have TCP/IP enabled for all ports on the default port 1433.
All tests are consistent with SQL S …
