0
votes
2answers
62 views

Writing a connection string to access a remote SQL Server database

My database is hosted on a remote server. I need to write the connection string which I have to include in the web.config file. server name -- abcs.efgh.ed-1.eee.sss.com,1433 (it also contains a port ...
0
votes
0answers
11 views

Connecting MVS 2010 with oracle server

I am trying to connect to a database and I am getting this error Ora-12504:TNS:listener was not given the SERVICE_NAME in CONNECT_DATA I am using visual studio 2010 and Oracle 11g
1
vote
0answers
52 views

Visual developer/SQL [closed]

Hello I've recently installed microsoft visual web developer 2010 express after using it at uni all year. I was implementing a web application at uni and have know started to carry on with it on my ...
0
votes
2answers
113 views

ASP.NET web application: 404 error in the remote server when a common database connection string is used

I'm working with a project in c# asp.net.. When i created individual connection strings for accessing the database, the program runs properly in the local and remote servers.. But when i wrote the ...
0
votes
1answer
144 views

unable to import MySql.Data.MySqlClient

I have created a website that uses a MySQL database, but when i put it online, it doesn't work anymore. in my class connection.vb that i use for my connection to my database i get the following ...
0
votes
3answers
118 views

Do I need to close SQL Server connection with the using keyword?

I keep finding conflicting results for this question. Let's look at this C# code of running an SQL query: using (SqlConnection cn = new SqlConnection(strConnectString)) { cn.Open(); using ...
0
votes
1answer
73 views

ASP.Net Server Migration Local to Live

When ready to migrate my site to a live Godaddy server, everything goes to plan except when trying to login. I get the below error. My issue is probably within the way I have my web config setup, ...
0
votes
1answer
94 views

Store database server name in machine.config file

In web.config we store connection string like: connectionString="Server=serverName;Database=dbName;Username=xyz;Password=xyz" But everytime, server name keeps on changing...i mean many times ...
1
vote
1answer
160 views

asp.net with oracle connectivity issue

I am trying to add parameters using oracle as database using the following code : for (int i = 1; i <= count; i++) { var parameterName = ":ref_cur" + i; DbParameter parameter = ...
0
votes
1answer
134 views

db connection within multiple pages asp.net

I am having a problem with my npgsql connection to database. The point is that my application validates the user against db.If successful then redirects to the next page and display the SQL query. ...
1
vote
2answers
58 views

Reducing round-trips to database

I'm using ASP.NET Web Forms and trying to load data from SQL server. Here's the pseudo-code on how I do it: connect1 = connect("database") categories = connect.query("select * from category") loop ...
0
votes
1answer
747 views

How to open a connection to a SQL Server database that is already in use in c#?

I connect to the database in asp.net mvc 3 project. Also I have a windows service project in my solution which on some event writes the data into this database. The difficulty is that when the code ...
0
votes
0answers
425 views

How to connect to an existing sql server database in ASP.NET Razor 2?

I'm new to ASP.NET Web pages (Razor 2) using VB instead of C#. I have an existing database in which is already connected in my VS 2012 database explorer. The name of my Database is "WebPagesMovies". ...
1
vote
1answer
116 views

SQL CE azure connection

I am using azure to publish an asp.net application, when I publish locally it works fine, but on Azure all things related with database isnt showing up and getting "The page cannot be displayed ...
2
votes
1answer
99 views

How could i make a server side application which stores data in client side database

I am building an asp.net website which needs a database, but the requirements are such that i shall not store the data on the server. So i need help on how to store the data of a server side asp.net ...
0
votes
0answers
157 views

System.OverflowException: Arithmetic operation resulted in a leash error

I developed a web application used MySql.I installed MySql 6.6.4 and i added MySql.Data to reference.I get this error "System.OverflowException: Arithmetic operation resulted in a leash". on ...
0
votes
1answer
2k views

How to Create a Data Access Layer in ASP.Net which must be generic?

I have looked several sites CodeProject,CSharpCorner,MSDN,CSharpPearls etc including one StackOverflow link:- how to create single Data Access Layer to access two different data source in asp.net ...
0
votes
0answers
271 views

Web Site Administrator Tool: Unable to connect to sql server database

I've recently installed VS 2012 on my Windows 8 PC & attempted my hand at learning ASP.NET MVC 4. When I reached step 4 of the tutorial: ...
0
votes
2answers
713 views

ASP.NET connection string for SQL Server 2012

I am having some trouble with a connection string between an ASP app sat on IIS and an existing SQL Server 2012 instance. The current connection string that works is as follows: Data ...
0
votes
1answer
1k views

Bind DataSet and GridView (c#). What is wrong with my code? [closed]

The button on my aspx page, on-click must fetch me the results from the DB2 Database. I'm using an ODBC Connection. On clicking it just doesnt show any values, neither any error message. What is wrong ...
0
votes
1answer
182 views

DB2 ConnectionString error

A button on the aspx page checks whether the connection with the DB2 database server is established or not. My connection String is : Server=xx.xx.xx.xx:446; Database=dd_unit; UID=db2admin; ...
0
votes
2answers
392 views

How to Initialize SimpleMembershipProvider?

I want to access full capabilities of SimpleMembershipProvider such as ValidateUser method. So according to its documentation I should not call WebSecurity.InitializeDatabaseConnection() for ...
0
votes
1answer
197 views

Insert values from textbox into DB2 Database

I want to insert value into my table. (Database:-DB2) based on the value obtained by text box. I'm creating a demo page where my text box will get an integer value and on button click it must insert ...
4
votes
1answer
562 views

SQL Server 2008 R2 Express error: Cannot open database “PersonnelPro” requested by the login. The login failed

I am using SQL Server 2008 R2 Express and the "SQL Server and Windows Authentication" mode in my database. I can open the database using Enterprise Manager, but when I run my aspx application, I get: ...
0
votes
2answers
105 views

“table or view does not exist”, but only sometimes

A SQL select statement gets run when a user presses a button on my website, and I do this: connection = new OleDbConnection(); connection.ConnectionString = [connection string]; connection.Open(); ...
1
vote
1answer
169 views

Creating a database connection for each loop through a foreach causes step-through code to jump around

I am stripping my code down to the most basic that I can get it to, and still cause the problem. public void SomeMethod() { CompanyList allCompanies = GetAllCompanies(); foreach (Company x ...
1
vote
1answer
105 views

Connection Per Request with ADO.net , yes or no?

Is it ok to open a IDbConnection to a database and use it during all called methods in the current request and then allow a DI container to dispose it in Application_EndRequest, just like "Context Per ...
1
vote
1answer
212 views

Error on ASP.NET Websites. Connection Timeout

I have suddenly got this error on a couple of my sites, and I'm not sure what the problem is. These sites have been up and runnnig for over 2 years now and this is the first time I'm seeing this ...
2
votes
5answers
124 views

How to minimize concurrent database connections?

My hosting company blocked my website for using more than 15 concurrent database connections. But in my code I closed each and every connection that I opened. But still they are saying that there are ...
1
vote
2answers
80 views

How to set Oracle ClientId field in nHibernate?

Through the use of nHibernate library, is there a way to set the Oracle ClientId off of the connection object? If nHibernate does not support the setting of the ClientId field, what can I do to assign ...
0
votes
1answer
6k views

Asp.net login with SQL Server database

I am trying to make a simple login form in my asp.net page(I had a html page and now I am trying to make it to asp.net). It should take the entered username and password and connect to the mssql ...
0
votes
1answer
15 views

What type of dbwas used here

I'm moving website to new server. In archive file which I get I've got .bak file. Using sqlcmd I get .mdf and .ldf files. My question is what type of connection was used here and how should I add ...
0
votes
0answers
75 views

Grabbing inbound request in App_Code folder

I have inherited code that is in a helper.cs file in App_Code folder. In that file is a piece of code like so: /// <summary> /// Gets default connection string configuration key /// ...
2
votes
1answer
74 views

Does a database connection close automatically on Redirect?

I'm doing a project in ASP.NET. I wanted to know whether a connection would close automatically when jumping from one page to another in a web application. Or will it show the error MAX POOL SIZE ...
0
votes
1answer
260 views

Internet Explorer Cannot display the webpage when starting a silverlight app

I have a strange problem setting up my webapplications. I have a clean webserver machine where I have two web applications. One is a asp.net application while the other is a silverlight application. ...
7
votes
1answer
264 views

Tracking down database connection issues

Background We have a number of web applications on different web servers that connect to a single database server. Over the past couple months, we have noticed that every once in awhile, our web ...
0
votes
1answer
25 views

Sqlite3 is readonly on webserver?

I install sqlite db manager on visual studio and create my database. I added this db file to "app_data > myDB" (no ext.) It works perfect on visual studio using debug mode.But when i publish this ...
0
votes
1answer
146 views

How to connect SqliteDB using BLToolkit on ASP.NET?

Hi i got an error while connection to my sqlitedb. I create my sqlitedb using Firefox Sqlite Addon. MyConn : (webconfig) <connectionStrings> <add ...
2
votes
4answers
424 views

How to share a connection between EF DbContext and AspNet Membership to avoid transactions escalating to DTC

I have an ASP.NET MVC3 application that uses an EF 4.1 DbContext, database-first data layer. The EDMX approach works fine as I tend to make changes to my data model before adapting the application to ...
0
votes
4answers
769 views

Can't connect to SQL Server 2012 instance [closed]

I have a SQL Server 2012 (not Express) instance and an app in ASP.NET. I read forums and docs for several hours but can't get the correct connection string to work. My server name is R840, no ...
0
votes
0answers
118 views

Deploying asp .net silverlight application on server - database connection not working

I deployed my ASP.net Silverlight application on a live server. It is running fine, but there is a search criteria in my application which is connecting with a database it's not working. My ASP.net ...
0
votes
2answers
521 views

Tranaction and connection pooling in asp.net

I have used my database access code as below: //gets the connection and create transaction SqlTransaction transaction = SelectConnection(); try { dsRecordDataset = new DataSet(); ...
0
votes
3answers
1k views

Connection string for remote SQL server 2008 without SQL Management Studio

I know its a classic problem, but I am too novice to even comprehend the basics (sorry). I have this ASP.NET "Website" with databases (SQL Server 2008), which I am trying to deploy on a Remote Host ...
-1
votes
1answer
2k views

System.Data.SqlClient.SqlException: Login failed for user 'sa'

I have launched my site in IIS 7.5.There was an issue in the site and i tried to solve it.after doing the changes i build the solution and tried to check out in the site.At that time i got an ...
0
votes
1answer
807 views

Issues with WebConfig file while deploying ASP.NET website

I am trying to deploy my ASP.NET website with database (SQL Server 2008) on a remote server. However, I am getting error from the WebConfig file. WEBCONFIG: In VS 2010, the WebConfig contained: ...
0
votes
1answer
461 views

Can't connect Visual Web Developer to SQL Server

I had a perfectly fine, working database and website coming along, and for some reason out of the blue, I go to log in and I get the error: Cannot open database "BookDatabase" requested by the ...
0
votes
3answers
134 views

How do I build the database connection string if the website is on the same server as the db?

I have a problem with my connection string and I couldn't find anything on the web that could help me. So I have a test website on which I connect to a database which is not on the same server. There ...
1
vote
4answers
68 views

what's the diffence between using in the two cases

I wanna to know ,if there's a difference between : IfxDataReader ifxDataReaders = ifxCommand.ExecuteReader(); using (ifxDataReaders) { ...
1
vote
1answer
72 views

Complains of a user that does not exist

I've specified the user of my application pool to be SERVER4\IUSR_SERVER4. And then I added this user to the SQL Server. But when I try to connect to the database I get the following error: Server ...
0
votes
0answers
58 views

Getting Exception when write drive letter in upper case while connecting MSAccess DB

I did not understand why do I get exception when connecting with MSAccess DB placed in my 'd' drive when writing drive letter in uppercase like in following connection string: ...

1 2 3 4