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.
2
votes
1answer
66 views
Closing an open recordset produces a run-time error
I have an ADO recordset variable that is declared in the class module of a userform. The recordset is opened in the form's Activate event, and I am trying to close it in the form's Terminate event ...
0
votes
3answers
51 views
Why won't my php file insert data into my mysql database?
I have been having trouble getting my PHP file to insert data into my database. I have gone so far as making one simple script to put data into my database and it still isn't working. I'm hoping ...
0
votes
1answer
37 views
mysql cluster .net connector
I'm trying mysql cluster to use in a project for our customer.
The configuration I setted up is the following:
Hardware S.O. equipment
Server1 - S.O. Windows 2008 R2 64bit
Server2 - S.O. Windows ...
2
votes
0answers
29 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: ...
0
votes
2answers
132 views
Detect if SQL Connection is using Alias (Configuration Manager)
I have a entry in SQL Server Configuration Manager>SQL Native client Configuration > Aliases
Alias Name : CRM_APP
Port : 5051
Protocol: TCP/IP
Server: 10.10.10.10\MYSERVER
I am connecting to SQL ...
0
votes
0answers
70 views
Oracle 10g TNS listener working but not working
My application is unable to connect to my local Oracle 10g database (Windows 7) but I cannot figure out which aspect of the configuration is wrong. I can simulate the connection problem using ...
0
votes
0answers
40 views
live database update android
This is not a typical question to a certain coding problem its a more like a design/implementation problem and i would like to hear some suggestions from someone that has done this before or someone ...
0
votes
1answer
48 views
ASP.NET Can't find stored procdure, but stored procedure exists
I am trying to upgrade a slightly modified version of aspdotnetstorefront from 9.0.3 to 9.3.0.0. I have installed the store on my local machine (Win 7, IIS 7.5, SQL Server 2012).
When I run the site, ...
1
vote
2answers
30 views
Looking for an elegant way to copy cherry-picked objects from one database to another
I'm doing a database restore of specific objects that were destroyed. There's roughly a hundred of them. Is there an elegant way to perform this?
Ideally, I'd love to do a command such as : ...
1
vote
1answer
67 views
when to use a db connection pool
I am working on a Java GUI and I often need to connect to the database,but I would like to only use the connection statements once,instead of writting the whole thing everytime i use it.
I guess I ...
0
votes
1answer
44 views
C# and MySQL Connectors
Developing an application for a client that when users log off, it runs the program.
The program so far grabs all the users internet browsing history and puts it to a html file, but they want to ...
3
votes
2answers
163 views
How to View Data from MS Access in Data Grid View?
I am new in C-Sharp, i am trying to access my Database from C-Sharp, i have written the following code, and i dont know what to write next to view data. I have searched this on net but didnt get much. ...
0
votes
0answers
23 views
ImportError: No localization support for language 'eng' in python
i am getting ImportError: No localization support for language 'eng' when using MySQL Connector Python.
My Traceback is as below.
Traceback (most recent call last):
File \"DB_Module.py\", line 151, ...
0
votes
1answer
70 views
Multiple Database Users per function
We are exploring how SQL inject risks can be limited by only allowing key functions to perform duties within our rails application. I am the security officier, not a full time rails person.
The ...
4
votes
2answers
88 views
SQL ERROR: Closed Connection in java
Connection is closing automatically even if i'm not closing in finally block.
public String look( long id, String codeName, Connection conn ) throws SQLException
{
try
{
...
0
votes
0answers
174 views
How to connect to SQL Server 2005 from netbeans 7.1
I would like to know if anyone has been able to connect to mysql 2005 from netbeans 7. If yes, please help me.
I have an SQL Server 2005 database and netbeans 7.0.1. I wanted to create a connection ...
0
votes
1answer
68 views
PHP Webmatrix SQL Server Database Connection
How can I connect to MS SQL Server in PHP using Webmatrix 2?
I already have an active connection in my Databases and is already in my web.config file.
In C# the sample Code is:
var db = ...
0
votes
1answer
93 views
Working with Sublime Text on local server
Sublime Text is good native text editor for web developers and other programmers. Using ftp feature is not user friendly, so my question is second:
What is the best practices to work locally with ...
0
votes
1answer
66 views
Updating data on sql using java swing [closed]
I have a problem with my codes, dunno how to fix it, because I've been doing it over and over again... and same error occurred can anyone tell me what to do?
Here is my codes :
For my connection ...
1
vote
1answer
186 views
Can not connect to local database with c# System.Data.SqlClient
I have some problems with connecting to my local DB using c# System.Data.SqlClient.
Information:
DB parameters: Name:baza Host:localhost Instance:baza Port:3306 Schema:world
My connection string: ...
1
vote
1answer
108 views
Using Built In SQL File in Visual Studio 2012
I am creating a windows application using Visual Studio 2012 and using its built in SQL Server,
I have created the database and tables but unable to access the database.
I am trying to insert values ...
0
votes
1answer
43 views
Rails: Multiple databases, same schema
I'm in the middle of a fictional scenario project where I have allowed multiple users for a company to log in, create records, and so on, who all connect to the one database. They can all records ...
1
vote
1answer
47 views
Xeround Reliability
I recently scaled up my application which uses a C#/.NET front-end and PHP scripts as web-crawlers as a back-end. Both sides of my application interact with a Xeround MySQL database (I am currently ...
0
votes
1answer
32 views
Error connecting to excel
I need to programmatically read Microsoft Excel file from a specific path. The following code results in an error message I have never seen before
string sConnectionString = ...
0
votes
3answers
68 views
Error deploying my visual studio project in another computer
I had a deployed visual project 2010 connected to sql and I had installed it in another computer but the database can't connect to the final project. I want to install it in other computers that will ...
0
votes
2answers
34 views
Concrete5: How to access external asp.net database?
I am working on a project where I need to access external database (asp.net) for some content and display the content on Concrete5. How can I achieve this?
0
votes
0answers
37 views
How to make my databaseconnect class to allow for concurrent use
I have create a class called databaseconnect which is responsible for:
connecting to database, method for filling combobox, method for authentification, method for insert, remove, modify,....
The ...
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
33 views
Cannot connect to azure db via SqlConnection
I have a webiste hosted on Azure and I have uploaded my db to azure via SSMS 2012 and I can connect to the azure server and db in SSMS and when i create a connection to the db in Database Explorer and ...
0
votes
0answers
11 views
how to send mails in bulk with individual attachments
we have Ms exel 2007, & in our company we use to share the incentive files with our executives, every employee contribute 30-40 cases in my file, & we can not share there data with other ...
1
vote
1answer
37 views
visual studio 2010 installer
Need some help I have a problem regarding my program using vb10 it was connected to MYSQL Server 2005 i created my final project as an installer when i install it in other computer there was an error. ...
0
votes
3answers
54 views
Bridge Between Oracle and MS SQL Server
We are making an application which is machine dependent.
Now we deploy our application on several client machines but problem is that every client have database from different vendors. Currently we ...
1
vote
1answer
38 views
Unable to Sync Tables in Django
Currently programming in Python Django 1.4. In my files I have written CREATE TABLE functions for productos and clientes to be created in the MySQL database. When I checked with python manage.py ...
0
votes
1answer
52 views
Rails connection pool size for WEBrick
I am getting
ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds (waited 5.000798 seconds). The max pool size is currently 1; consider increasing it.)
...
0
votes
3answers
305 views
Connect a C# MVC application to a remote SQL Server database
I have a SQL Server database located at http://192.168.10.3/MyDB. I have created a C# MVC application, and I need to know the steps to connect my application to the above database.
Is it only ...
1
vote
0answers
279 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: ...
0
votes
0answers
185 views
Visual Studio 2012. Logon failure: unknown user name or bad password
Well this is very strange. I am able to connect to Sql Server 2008 from Management studio, but i am unable to establish connection from Visual Studio 2012 (website project). I always get the error:
A ...
-1
votes
1answer
51 views
Why am I getting errors in a forum code? [closed]
I'm on heliohost.org, I got a forum code from http://www.phpeasystep.com/phptu/12.html
and when I add the code:
############### Code
<?php
$host="localhost"; // Host name
$username="MY ...
0
votes
1answer
89 views
python: sqlalchemy - how do I ensure connection not stale using new event system
I am using the sqlalchemy package in python. I have an operation that takes some time to execute after I perform an autoload on an existing table. This causes the following error when I attempt to use ...
3
votes
1answer
125 views
joomla 2.5 - oracle database in different server connectivity
Is it possible to connect to oracle database in a remote server in joomla 2.5 ? I need to set up a 2-way connectivity..1 with the db in my own server which is mysql(configured in configuration.php ...
1
vote
0answers
343 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 ...
0
votes
2answers
107 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 ...
2
votes
1answer
61 views
using jdbc to query two databases to the same instance of sql server
In a Java standalone client server application (using Netbeans) I use a static method to connect to SQL server : but if I use the second connection I am getting the error :
Exception in thread ...
-2
votes
1answer
44 views
SELECTing and displayig data from a database onto a form [closed]
I have an existing Database created in sql server compact edition (inbuilt in visual c# 2010). I need to select and display data from this database on to a form. My code provided gets the form ...
0
votes
1answer
26 views
Attach a remotely stored database
Is it possible to attach a database that is stored on a remote server because when I mapped a drive and tried to attach it in management studio, the drive does not show up as an option. I moved it ...
0
votes
0answers
68 views
Connect to database in android
I used the login code to login through simple android application , I've created mydatabase also created the whole java classes needed and the xml files, the result always gives me "Invalid username ...
0
votes
1answer
21 views
Managing multiple connections to a DB in Java
I have a JAX-RS server that is hosted by heroku. Currently, we create one Connection to the DB (at startup) and all SQL statements acquire a lock, use the connection and release the lock. As we ...
0
votes
0answers
13 views
Connecting with System iNavigator (Db2 Database)
I am getting error message while connecting to System iNavigator. It is displaying “The requested operation cannot be performed because the system connection was dropped". Please provide me a solution
...
1
vote
1answer
93 views
How DBConnectionPool will behave during Connection reset
In our project we are maintaining our own DB connection pool.
For resolving the issue 'java.sql.SQLRecoverableException: Io exception most of people has suggested to use standard connection pool ...
0
votes
1answer
112 views
Not able to connect SQL Server 2008 Remotely
I have setup SQL Server 2008 Developer Edition. It automatically contains my system name which is sipl006 as Servername. My system IP is 172.27.28.44. My issue is it is not connecting remotely with IP ...





