Tagged Questions

2
votes
7answers
74 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
30 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
14 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
46 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
3answers
85 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
2answers
19 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
1answer
56 views

SQL Server Compact ‘Data Directory’ macro in Connection String - more info needed

So, as described on this msdn page, when you define a Connection String for SQL Server Compact 3.5, you can use the "Data Directory" macro, like this: quote from this msdn page: …
0
votes
4answers
63 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
46 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
2answers
56 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
48 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
3answers
79 views

Can we have generalized connection string for SQL Server and SQL Server Express?

I have a WCF service that is deployed on a machine. This WCF service can be configured to either SQL Server or SQL Server Express. NOTE : The SQL database location can be other m …
3
votes
2answers
48 views

Best way to manage connection strings in a project containing both Classic ASP and ASP.Net 1.1 code?

I have a project that I have inherited that is primarily a Classic ASP application; however, intermixed in the the application are a handful of ASP.net pages. Some of the ASP.net …
0
votes
3answers
113 views

cannot open user default database. login failed error

Hi, I am getting this "cannot open user default database. login failed" error. What I did was using ORM to create DataContext, in the code first call TableExists function to chec …
0
votes
1answer
45 views

modifying Linq-to-SQL connection in dbml?

Am I understanding correctly, and the database connection string for Linq to SQL is typically stored in the app.config file, in the connectionStrings section? Are there other plac …

1 2 3 4 5 11 next
15 30 50 per page