A database connection is a facility that allows client software to communicate with database server software, whether on the same machine or not. A connection is required to send commands and receive answers.
3
votes
0answers
321 views
OdbcConnection to local DBF file fails in one application but not another
Greetings stackoverflow,
I am using the following block of code in two C# projects of mine, one is a project where I prototype methods and code blocks like this, and the other is my actual project.
...
2
votes
0answers
31 views
Informix connection disappearing from Rails app
I'm connecting to an Informix database from a Rails app, and there are times where the app will die (requiring a restart it seems), with the following error message:
Informix::DatabaseError: ...
2
votes
0answers
97 views
What to do if database connection check fails in bootstrap?
I am developing an app using grails. In the bootstrap part, I am checking and initialising database connections. Suppose the database is not available due to some problem its wise to send notification ...
2
votes
0answers
77 views
what are the properties of an asynchronous database driver?
Today I was discussing with some python friends some of the challenges in managing connection pools in async networking frameworks like Twisted and Tornado.
I know there are community developed ...
2
votes
0answers
204 views
Database connection settings with DB_DEBUG set as FALSE
I'm trying to connect to my database but i get the following message:
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346
So after ...
2
votes
0answers
362 views
Open Connection to SQL Compact File, with other Extension than .sdf
I just can't open this connection if the file extension is different to .sdf.
Is there a workaround? Please do not suggest temporarily changing the file extension.
Thank you
2
votes
0answers
604 views
Multiple Connection Types for one Designer Generated TableAdapter
I have a Windows Forms application with a DataSet (.xsd) that is currently set to connect to a Sql Ce database. Compact Edition is being used so the users can use this application in the field without ...
1
vote
0answers
3 views
Best way to handle Underlying Provider Failed to Open Internet Dropout
What is the best way to handle internet dropouts with the entity framework? I have an app at a location that often has the internet die, and while it doesn't totally fall over, what are the strategies ...
1
vote
0answers
14 views
Local system windows service is throwing Webexception:“Unable to connect to remote server”?
I am working on a windows service to upload data from database to a remote server in C# using visual studio 2012, when I am using a "Local system windows service", it is throwing a ...
1
vote
0answers
16 views
Including SQLite in release build Visual studio 2010
I am currently developing a project for school.
We are told to include a database, and that this database should use the latest version of SQLite.
Inorder to use and edit the database we use
...
1
vote
0answers
29 views
How data provider fetch and submit data to the database server
What happen in the background when we execute any query from the .net application. I want to know the following particulars.
How providers take a query and send to DB Server and again fetch the ...
1
vote
0answers
39 views
Approach to make a C++ - MySql Connection
I am new to MySql - C++ connection. I looked for some tutorials and came across ones similar to this i.e. ones using mysql_real_connect
MYSQL* connect;
connect = mysql_int(NULL);
...
1
vote
0answers
95 views
Intermittent SQL Server Connection Issue
I have been experiencing an intermittent SQL connection problem that I can't resolve. First of all I will explain the setup:
Windows 2008 R2 Standard SP1 (and all patches delivered through windows ...
1
vote
0answers
518 views
ReasonCode=54. ERRORCODE=-4499, SQLSTATE=08001
I am getting following error message,
A communication error occurred during operations on the connection's
underlying socket, socket input stream, or socket output stream.
Error location: ...
1
vote
0answers
633 views
Android JDBC/JTDS connection to MSSQL
So I've looked at probably about 10 other threads, mostly here, but also other places and tried everything I can think of and still no go. I need to make a simple connection to my MSSQL server in my ...
1
vote
0answers
66 views
MVC Change DefaultConnection
Just for the hell of it, I decided I didn't want the Membership authorisation mechanism in MVC to use Default Connection, I wanted it to use a connection string I created called Membership.
...
1
vote
0answers
60 views
rails variable from before_configuration not available in database.yml
I've written my own yaml config file as described in railscast #85. APP_CONFIG['FOO'] works in the initializers (e.g. sidekiq.yml), but not in database.yml (error: undefined method '+' for ...
1
vote
0answers
77 views
what is the logic behind facebook group notification?
i want to know what is the logic of facebook group notification and how it works? if one user turn off the notification than what kind of process under goes so that user will not get the notification ...
1
vote
0answers
264 views
Remotely accessed database can be accessed on localhost but not from the server
I have deployed my web application (ASP.NET MVC 3 C#) locally on my own computer and then uploaded the files by FTP tools on Godaddy.com hosting server.
The website works like a charm except the ...
1
vote
0answers
188 views
How should I call mysql database functions from inside a class in PHP?
This is something I've struggled with for some time now, and I know I'm not alone. I'm looking for a "best practice" way to be able to use a database connection in my PHP classes. I've just started to ...
1
vote
0answers
412 views
(VBA) Building a ADODB.Connection to Access from Excel
I'm been searching for a while and I can't find any help on this issue.
I have a shared Access 2007 database as a source. I have excel pivots that are linked to a table in that database. I will ...
1
vote
0answers
154 views
erorr at connect sql server 2008 to netbeans
I have problem at connect the sql server 2008 to nebeans
I use this code
private void connect() {
try {
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
...
1
vote
0answers
51 views
satchmo no such table
When ever i goto the admin and click i on any of the satchmo links i get
DatabaseError at /admin/product/category/
no such table: product_category
Request Method: GET
Request URL: ...
1
vote
0answers
325 views
TFS 2012 Install Connection to Database Failure
I am attempting a install of TFS2012 on a remote server(we'll call it the dev server). The database I will be using (SQL Server 2008 R2) is on a separate server (db server). When I get to the ...
1
vote
0answers
252 views
ASP.NET MVC3 Aspnetdb Sql Production Server
I created a fully functioning web application (MVC MusicStore, downloaded from here: http://mvcmusicstore.codeplex.com/).
The application created an ASPNETDB.MDF file, and a MusicStoreDB.mdf file.
I ...
1
vote
0answers
152 views
Reconfigure Tomcat database connections at runtime
I'm working on a legacy Java web application that is deployed in a Tomcat container and accesses several databases from different vendors (Oracle, MS SQL, DB2). Currently the connections are ...
1
vote
0answers
147 views
Lost connection to MySQL server during query. when other queries are working smoothly
Every time when I run the below query, server freezes and after canceling the query I'm receiving the following error message:
[Err] 2013 - Lost connection to MySQL server during query
My query:
...
1
vote
0answers
30 views
Connecting site and api to same database
I'm building a REST API for an app that I'm writing for a client. The way that I shared information across apps and websites before was that I would use the API for both. I'm wondering if it is a good ...
1
vote
0answers
190 views
Django: Retrying database connection on failure
Our django based application connects to an oracle 11 database. Connection creation sometimes fails because the database server might get large spikes of activity, and these cause oracle to return an ...
1
vote
0answers
459 views
java.sql.SQLException: Closed Connection ibatis
We are seeing a strange behavior in our prod environment only.
The application runs fine for several hours and after that we start seeing
java.sql.SQLException: Closed Connection
This is happening ...
1
vote
0answers
332 views
Oracle error message when trying to get tables from informix database
I created new data source to access an informix database over an odbc data provider(informix 3.33; 32bit). Testing this connection succeeded so i created a new connection manager (new connection from ...
1
vote
0answers
130 views
mongodb when to close connections and when to make them persistent
I am writing a Django app using mongodb. For a simple GET request I need to get results from database for which I am making a connection in the HTTPRequestHandler. The db operation for the HTTPRequest ...
1
vote
0answers
35 views
Querying Database from a kernel mode driver
I want to query a SQL database from a kernel mode driver. i found that this can be done by querying a user mode application to do the task and return the result to kernel mode driver.
But is there ...
1
vote
0answers
514 views
Activation error occured while trying to get instance of type Database, key “DatabaseConnection”?
I am using a class library with an app.config and using the dll reference of this library in my web project and I am getting the error shown in the title. Here is the code in my class library and ...
1
vote
0answers
70 views
Where do you set up dependencies on or related to a php file for a heroku facebook application in php?
I have heard of something called pear or phing to set up dependencies that I think is some sort of php module. Essentially I want to make use of Heroku's 5mb of postgresql database storage, and I'm ...
1
vote
0answers
125 views
Connecting to .UDD with Transsoft driver from C# MVC Project
Hi there I am trying to connect to a database (Symology) with a Transoft ODBC driver but opening the connection simply hangs the project. I actually need to restart the application pool in IIS.
The ...
1
vote
0answers
134 views
Android php service connection on apache 2.2 - index.php not respond after some successfull connections
I started to develope an android application which is going to use a database connection over a php service.
I successfully installed apache 2.2 server and php 5 and configured them.
There is no ...
1
vote
0answers
306 views
Matlab Query builder: Define ODBC Data Source
I am using matlab database toolbox to extract data from Server. I am not familiar with SQL database apart from how to establish a connection from matlab using sql query. How can I check matlab is ...
1
vote
0answers
756 views
ClassNotFound Exception while Calling through JAVA Web Service?
i have java class in which i have done database connection for SQL server and trying to retrieve data from table its working fine. but now i created web service in java for that class then its showing ...
1
vote
0answers
303 views
Null pointer exception during connection pooling
I want try a simple database connection pooling on struts framework.But don't know why it will through a null pointer exception. I posted this question and want some help from your silde in order to ...
1
vote
0answers
425 views
Spring Batch - Connection Refused in some Unit Tests
If I run all(31) the unit test together, I get following connection error in 2 - 3 unit tests, however if I run those tests indvidually, the run successfully. Can you please guide me on this strange ...
1
vote
0answers
122 views
Relative Connectionstring Browsing
For a application, I need a relative Connectionstring that I can also run the application on other computers.
So I searched a lot how to realise that an found the following:
con.ConnectionString =
...
1
vote
0answers
481 views
DataSnap and create dynamic SQLConnection
I am creating my fisrt DataSnap project. My DSserver (service app) has this structure:
TService : service body - contain DSServer,DSHTTPservice and DSAuthorizeManager.
TDataModule : classes module - ...
1
vote
0answers
65 views
mySQL: two replicated nodes and a loadBalancer architecture
I would like to have 2 nodes of mysql, that contain the same information , so if I update one it effect the other..
I also would like to have some loadbalancer to round robin between those 2 nodes.
...
1
vote
0answers
196 views
Locale aware sorting in sql server
My basic problem is that I have users with different locales using a database and I want them to get items sorted in their native order.
My understanding is that it works like this:
When I create ...
1
vote
0answers
483 views
Database initialization failed
hMailServer installation in windows 2003 (x64) encountered an error as Database initialization failed. I created a database and new user for that database in Plesk's MySQL database engine. Finally ...
1
vote
0answers
155 views
unable to connect to mysql from dataset designer
I want to create a typed dataset which gets data from mysql. I have done this before using sqlserver 2005. But i have a big problem in connecting to MYSQL.
In the first step after adding Table ...
1
vote
0answers
496 views
MySql & ASP.Net database timeout problems
I'm hosting a site with MochaHost and I'm having problems with response time from the MySQL server.
I get a lot of ERROR [HY000] [MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on 'XX.XX.XX.XX' ...
1
vote
0answers
729 views
Unable to download Microsoft.SqlServer.BatchParser
I recently upgraded my system to Windows 7 64 bit from Windows XP. I had a C# application which loads and runs a stored procedure on one of my database server. This was successfully running on Windows ...
1
vote
0answers
806 views
Accessing data with FEDERATED error #1429
I am currently trying to establish a connection from one database to another on the same hostname(mysql.stud.ntnu.no) with FEDERATED, however, when the table is created(no problem), I get this ...


