0
votes
3answers
56 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
1answer
32 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
60 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
39 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
35 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
29 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
48 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 …
0
votes
3answers
63 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 …
3
votes
2answers
31 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
1answer
18 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 …
0
votes
1answer
48 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 …
0
votes
1answer
42 views
Django - Custom SQL in the connection string
Hello, I have had some issues with downtime as a result of hitting the max_user_connections limit in MySql.
The default connection timeout is 8 hours, so once we hit the limit (an …
0
votes
2answers
110 views
Excel VBA - connect to sql with a trusted connection (no uid/pwd)
Is there a way to have Excel connect to Sql Server using the current user's network windows authentication (trusted connection/integrated security)? I don't want to rely on a sql l …
1
vote
4answers
388 views
Multiple SQL Server connection strings in app.config file
Hi guys,
I'm interested in displaying in a Windows Forms app a list of N radio buttons for the user to choose a target database server. I would like to add the SQL Server connecti …
1
vote
3answers
41 views
Connection string error
Having a problem with IIS on Windows Server 2003 (using a classic ASP web application)
The database server (SQL Server 2005) is on the same machine.
I create a recordset, and set …
