0
votes
1answer
12 views
Pointing a ConnectionString to a special folder via Visual Studio Designer
I'm trying to set a DataAdapter connection string to point to %APPDATA% from within Visual Studio designer by editing the DataAdapter properties. I cannot seem to be able to use that moniker on the …
0
votes
1answer
24 views
How do i detect the provider from a user-specified connectionstring?
My application needs to do a certain query against a user-specified connectionstring. The query will need some parameters, so I was thinking of using the DbProviderFactory , in combination with …
2
votes
2answers
111 views
Have you ever had this error?
microsoft visual studio opens my table using dataset designer
but i cannot open my table using the same connectionstring.
my database is DBase IV.
and this is the connectionstring
…
0
votes
2answers
22 views
Application Unable To Connect to SQL Server 2008
Hello,
I've been running an ASP.NET MVC application on my IIS 7.5 localhost (on my Win7 Pro box) server with SQL Server 2005 Developer Edition.
I went to put the application on my production server …
2
votes
3answers
58 views
asp.NET - how to make sure web.config is used for conectionstring (rather than app.config)
I have a MVC web site that worked well, until I moved it into test, where it fell over. After some investigation If found that because I had split the 'model' into its own seperate project, the model …
0
votes
2answers
20 views
Connecting to SOTAMAS90 ODBC ?
How do I connect to Mas90's file using their ODBC that they setup - SOTAMAS90? how do I do this in vb.net ?
0
votes
3answers
80 views
Help me create a jTDS connection string
my sql server instance name is MYPC\SQLEXPRESS and I'm trying to create a jTDS connection string to connect to the database 'Blog'. Can anyone please help me accomplish that ?
I'm trying to do like …
2
votes
2answers
492 views
connection string for remote database server
Hi guys,
I have 2 servers setup at the moment. One is a web server running Win Server 08 and the other is a database server running SQL Server 08 on Win Server 08.
Currently I have my site setup so …
2
votes
4answers
277 views
Why couldn’t I check for a null reference on a connection string?
Probably a C# noob question, so don't flame me. I was trying to do this:
if (ConfigurationManager.ConnectionStrings["PrimaryConnectionString"].ConnectionString != null)
{
// ...
}
But I kept …
-5
votes
2answers
65 views
Problems connecting to my database
I am trying to connect my DB to a project in c# and it is not working? any ideas??
static string connectionString =
"Data Source=ESTER-PC;Initial Catalog=fridge;
Integrated …
0
votes
4answers
587 views
Linq to Sql - Set connection string dynamically based on environment variable
I need to set my connection string for Linq to Sql based on an environment variable. I have a function which will return the connection string from the web.config based on the environment variable, …
0
votes
3answers
86 views
Is it possible (and how) to add ConnectionString to app.config at runtime in C#?
I have a console application which gets the connectionstring as a parameter. I would have to set a ConnectionString in app.config with name 'ConnectionString' and the given parameter as the sql …
1
vote
2answers
53 views
How to see the connection string used to connect to SQL Server
Is there a way to see what connection string was used to connect to SQL Server? Or rather what string was used in a failed login attempt.
Many times I deal with complex systems in which I see …
1
vote
2answers
133 views
Is there a standard way to deploy an application with SQL Server express?
In Winforms or WPF
Is there a standard way to deploy an application with SQL Server express?
Is there a standard way to create a local SQL Server express database and also update the app.config …
0
votes
1answer
19 views
Log in and password using VB6 and access 2007
hello again, im trying to create a vb6 application linking to microsoft access 2007. im going to save account names and passwords on access 2007. Im using vb6 as front end. would somebody help me on …
