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.

learn more… | top users | synonyms

0
votes
0answers
9 views

What is the Scope of the JDBC connection object & How does it relate to Connection Pooling Method in HttpServlet & GWT RPC?

This is a very worthy question to ask since almost no similar questions found on internet. Ok, many years ago before Gwt was invented, I used HttpServlet to code Java web app & I often put the ...
0
votes
0answers
6 views

Is there a complete example/tutorial (or at least an alternative to wxODBC) for CodeBlocks + Postgres

I am just starting to program Code::Blocks with Postgres. I haven't tried any other DB platform either with it. So far I've found that DB connections and coding can be done using wxODBC. wxWidgets is ...
0
votes
1answer
15 views

The ConnectionString Property Has Not Been Initialised VB.NET

I'm somewhat a beginner at VB.NET and I haven't gone deep into what it can do. Most of the questions regarding this matter are related to much higher levels than what I'm capable of. This, simply, is ...
0
votes
2answers
17 views

zend framwork database connection not working

I am try to do database connection in zend framework Below is my application.ini [production] phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 includePaths.library = ...
1
vote
1answer
26 views

Connect database with MyBatis without xml file

I am trying to connect a small java application with a database using MyBatis. XML file: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD ...
0
votes
0answers
23 views

error to open db sqlite in android no such column locale

I have this problem: I have an external sqlite file, and I put this on assets folder. In this database, I've created a table android_metadata with a column called locale and with one record it_IT. ...
0
votes
0answers
37 views

Connecting to MS SQL server from PHP

I am trying to connect to a SQL Server database from PHP but I'm having problems with the connection string. Here is a rundown of what I've tried and the effect it has had: Running PHP 5.3.13, ...
0
votes
0answers
10 views

How can I read .adb database?

I have to import some data from a couple of .adb databases. What db driver should I use? When opened with a text editor, they all start with ACS2. I tried all that google found (ability office, alpha ...
0
votes
1answer
25 views

Import MS Access Database Query into Excel using VBA without Login Prompt

I am trying to import an MS Access query into excel without triggering the log-in prompt. I have attempted this operation a few different ways, but both methods haven't given me a complete solution. ...
0
votes
1answer
22 views

Check MySql DB Connection

I wanted to create a mysql connection checker for my program and as always i used my usual advisor SO and i landed on this Question and the answer was not exactly right. The Question is: How to check ...
0
votes
0answers
24 views

Can not connect to local server with Microsoft SQL Server Management Studio

I would need to create a local server with Microsoft SQL Server Management Studio, but after registering the new server I can not connect to it, getting the error message below: Testing the ...
0
votes
0answers
9 views

Oracle JDBC Connection Not Closing After Upgrade to JDK7

In my application I need to connect to an Oracle 10 database and run a simple query. Because, that's all I need to do, instead of using JPA entities etc. I have a class that creates a JDBC connection ...
0
votes
0answers
27 views

Stop php re-proccess all when hit refresh

I'm here again with high traffic problems, i'm having a problem with "Sleep" thread on Mysql, after searching a lot i'm on my way to solve this problem. I make sure db connection is killed after the ...
0
votes
1answer
13 views

SQLite: SQLITE_BUSY on ATTACHed database and parallel read-only connection to the attached database

let me try to explain the problem in general parlance. We are using SQLite 3.7.11 by System.Data.SQLite Wrapper for .NetCF in Version 1.0.80. We have two database files: master_data.db ...
1
vote
1answer
7 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 2 3 4 5 143
15 30 50 per page