0
votes
2answers
199 views
SubSonic deployment and changing connectionstrings
I used Subsonic to build the DAL for one of my web applications. When I move it from my test server to the production server I change the connectionstring to point to the production datasource but the …
1
vote
1answer
86 views
In C# , how can I read a connection string stored in my web.config file connection string?
In C# class library, how can I read a connection string stored in my web.config file connection string tag? As in:
<connectionStrings>
<add name="CLessConStringLocal" …
0
votes
2answers
63 views
Load csv into oleDB and force all inferred datatypes to string
Im trying to load a csv file into a datatable using oledb.
This is no problem but unfortunately one of the fields which looks numeric has a string value in about 3% of the fields and so is not being …
3
votes
2answers
163 views
Configuring Remote Database Connection Strings within SQL CLR Assemblies
I'm writing a SQL CLR assembly that will be deployed to a third-party database server, but which needs to execute stored procedures residing in my database server. All the pieces are in place, but I …
0
votes
4answers
79 views
Dynamic Connecton String Based on Session Variable
Hey all,
I have an application that does projection of data for my client over a length of time. In order to allow the client to 'play' w/ other scenarios w/o messing up production data, they are …
0
votes
3answers
137 views
Setting up BugTracker.NET complete noob
This is my first ASP.NET project and I'm stuck right away.
I'm setting up a bugtracker on a remote webhotel but I can't get the connectionstrings to work.
If we say that my host is called hosting.org …
0
votes
4answers
67 views
How can I have my C# application use a single FILE database?
Right now I have my program running on my SQLExpress database. But what I'd really like is for my program to run on any machine as long as A DATABASE FILE is in the same folder. How can I accomplish …
1
vote
1answer
51 views
vb access database password
how can one create a password on a visual basic access database when you have a vb datagrid
1
vote
3answers
64 views
How to connect to DB on SERVER for Asp.Net membership?
I've just upload my ASPNETDB.mdf using "Generate Scripts" into server.
The problem is, I don't know how can I connect to it for my Membership.(e.g LogIn Controls)
where is the ConnectionString?
0
votes
3answers
289 views
WPF/C# - test connection string and fail elegantly
I've got a WPF application that uses LINQ to SQL DataContexts.
What's a "best practice" way of testing the database connection and letting the user know that the connection is either bad or the …
0
votes
1answer
235 views
Why is the scope of a ConnectionString setting always forced to “Application”?
Hi,
I'm probably not the first one facing this problem, but I couldn't find a proper answer anywhere.
I have a Windows Forms application that uses a strongly-typed DataSet. The designer uses a …
0
votes
2answers
745 views
ConnectionString property has not been initialized.
I've looked at a lot of posts on different forums where others have received the same error. Most say they were not referencing the connectionstring from the web.config file correctly, or they were …
1
vote
4answers
82 views
“Lost” SQL server database
This is a really strange one. I am using SQL Server Express 2005, and have the following connection string (in a DotNetNuke web.config):
Data Source=ELECTROMORPH\S15304561;Integrated …
0
votes
4answers
314 views
Why does Sql Server connection TimesOut
Hi
I am using Enterprise Library Data for my Sql database. I am using version 3.1.
I am using this code to execute a long running sp (about 1 min).
Dim db As SqlDatabase = New …
1
vote
1answer
262 views
Using a Website-specific ConnectionString with a DLL
The Setup:
I have a DLL that uses a ConnectionString to connect to a SQL database. When I add the DLL to my website i have to add the connectionstring into my web.config in order for my DLL to …
