0
votes
1answer
28 views

executing django query in same statement

This might be a silly question. Is there a way to execute multiple queries in one execute statement? cursor = conn.cursor() cursor.execute("Select * from my_tables; show tables;") result = ...
0
votes
3answers
47 views

JDBC finding the source of unclosed connections?

I am having issues where somewhere in my project several connections to mysql are not being closed, causing my application to become very slow after a couple of days,essentially forcing me to restart ...
0
votes
0answers
28 views

postgresql connection error with qt creator in windows

I have a button on my qui. And when i clicked it, it must be connect databese according to connection infos. here is my code: void MainWindow::on_pushButton_clicked(){ db = ...
0
votes
2answers
15 views

SQL Server Profiler - how do I find which database is being connected?

I've Googled this with no success. I'm using SQL Server Profiler for SQL Server 2008 R2, and I've ensured that for the 'Events Selection' of the trace: I'm reporting all columns for Security Audit ...
0
votes
0answers
11 views

EZSQL not connecting

I have a project I inherited where I need to connect from a local database to a remote database and transfer data from the remote to he local. The problem is it is not connecting to the remote ...
0
votes
0answers
26 views

How to connect to glassfish database automatically by running .jar file?

I did not know how to form the question. Maybe that is the problem if I am searching everywhere (that I dont know what I am searching for). I hope I am not creating something obvious. So my problem ...
-1
votes
2answers
28 views

Can't able to connect to Database

I have installed the MySQL server using XAMMP.Created a new database with some data using phpmyadmin.Then i tried to connect to database using this code.But it did not connect.It shows me an error. ...
0
votes
1answer
20 views

Shared connection between functions

I have a question regarding shared connections. I have tried for many weeks to solve this problem and have tried many different things like PDO connection, getConnetion you name it. But I still don't ...
-1
votes
0answers
15 views

how can i create an easy way of two databases communicating with each other using XML ? [closed]

I have an school assignment and really less knowledge about programming . the assignments involves a customer and a company the customer has to retrieve data in the form of xml from the company? is ...
0
votes
0answers
41 views

selecting data stored in a table form mysql and displaying into new table

I don't understand how to get this done using PHP. Please have a look at the tables below and guide me. the card has $ 8 credit the tab A is already populated with data and stored in PHPmyadmin. ...
0
votes
1answer
31 views

Android custom Array adapter and database connection

I couldn't find any solid information regarding this so here it goes; I am using information from SQLite db in my array adapter to show/hide a view. Array list data comes from file system and ...
1
vote
0answers
35 views

using the mysqli_connect() for php

I am writing code for PHP / MySQL for my website. I have it setup where $connect = mysqli_connect("HOSTNAME","username","password","Database"); the content above is replaced. When I have it on my ...
1
vote
4answers
141 views

How to connect an android app to a remote database?

I've been doing my own research but to no avail. I am doing an android app which contains listviews and it needs to query data from a remote database. I would really appreciate it if someone could ...
0
votes
2answers
45 views

Java External MySQL Database Connection

I have a Java application that requires a connection to an external MySQL database. However, we have a restricted list of ip addresses that are able to log into the computer.The issue is one of our ...
1
vote
2answers
110 views

Database Connection Error DNN 7

i am really frustrated from this problem, i am trying to install DNN 7 in windows server 2008, i follwoed the steps in DNN site for installation, but when i run installer wizard i am getting ...
2
votes
1answer
69 views

How do I reference a tiny_tds connection in ruby/sinatra via database.yml (or other)?

I'm trying to figure out how to pull data from a database without the need to place a connection string at the top of each ruby file. I'm learning the basics of ruby via a little Sinatra app I'm ...
0
votes
0answers
42 views

Dreamweaver PHP connection vs. My manual connection?

I have seen what Dreamweaver (I am using CS6) can do for PHP development, and find it to be a great help. I am trying to understand how to work with files that I have hand coded and created a database ...
0
votes
1answer
76 views

Dynamically change the ServerDB name in SSIS connection manager

We have a few 100's of SSIS packages in our environment. Last night we moved our database from one server to another and renamed it. We now need to go into all of packages and change the connection ...
3
votes
1answer
50 views

Optimizing database performance for java server

I have a live java server. It has a DatabaseManager class for database connection, operation and closing. But there are a lot of database activities going on (even more than 50 clients simultaneously ...
0
votes
0answers
17 views

How to delay setting db connection until controller method is called in Cake 1.3.15

Taking over someone else's CakePHP project and have run into a problem where the database connection can not be configured until a controller method is called. The reason it can't be determined when ...
0
votes
1answer
85 views

Connecting via JDBC to OpenEdge in Talend

In "Talend Data Integration" I want to create a connection using JDBC to a Progress OpenEdge database. I have no experience whatsoever with this type of connection. My ODBC-connections to the same ...
0
votes
0answers
191 views

Phonegap Build: connection to external database

How can I connect a database hosted on an external server to Phonegap Build and be able to show/edit/create new content? I´ve already searched a lot but most of the topics refer to the Phonegap, not ...
0
votes
1answer
38 views

pdo query only works the first time

I have searched and searched, but can't find what I'm doing wrong, so here's my first StackOverflow question. I am attempting to make a query to my entity table to get information about my entity, ...
1
vote
1answer
330 views

Rails Connecting to database specified by database.yml

I recently restarted POW. On reloading the Rails app I'm working on, it hung. Checking Rails' logs I get the following repeating every 5-20 seconds: Connecting to database specified by database.yml ...
0
votes
0answers
13 views

Android application connecting with Website and accessing website's database

I have a Java web application with a login page want to design this login page in my Android application. And also I need to access some datas from my web application's database(DB2) to my android ...
0
votes
0answers
8 views

Defective mysql connection getting the error : “Lost connection to MySQL server at 'reading initial communication packet', system error: 0”

I have a server which contains multiple websites, and for 2 days, none of them are able to open a connection to mysql. I touched nothing into the files. The results when we run a website is random ! ...
0
votes
0answers
29 views

Objective c: multiple connection to SQLite3 database

The link here says "Multi-thread" threading mode is safe for as long as not more than one thread makes use of a connection. My question then is, if I have 3 background threads, all writing to the same ...
0
votes
2answers
100 views

Android connection with ASP.NET MVC4

I just created an MVC4 WebApplication. This application is using a database (created by CodeFirst) which contains the user info (aspnet Membership) and all the other info. I'm now trying to make an ...
0
votes
0answers
54 views

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE

I am having a problem while setting up my database file please help me. I am testing a filehosting script here at http://toorhamza.host56.com/ and I get this error when opening my website Parse ...
0
votes
0answers
39 views

Interact with webmatrix database using PHP

I am having trouble using my Webmatrix database. I would like to insert data into the database with a registration page written in PHP. When I created my database the "web.config" file was created. ...
0
votes
1answer
50 views

Connect to Oracle DB with Java

I am trying to connect to Oracle DB hosted by the faculty. Given information: host: bazi.finki.ukim.mk port: 1521 sid: ORCL user: xxx pass: xxx here is the code: try { ...
0
votes
1answer
26 views

Loading from a database to a jlist brings errors

I have created a database and every entry from the JList will be added to a table in the database. This work perfectly, but my next task is to get whatever is in the database to load to the JList. I ...
0
votes
1answer
32 views

Where can I locate exact credentials for MySQL Database PHP connection in PHPMyAdmin?

Where can I find the exact credentials to input into my PHP script to connect to a MySQL database. If applicable, where is this information in the latest cPanel or recent PHPMyAdmin. Thank you! I need ...
0
votes
2answers
54 views

cPanel mysql error 0

I was trying to connect to my mysql server via PHP webpage, and after some time, I figured out that it returns error 0. Some details: I am running a webserver with cPanel, and it also includes mysql ...
0
votes
2answers
60 views

Use of Prepared Statements using Concurrency in Java

I have an application that processes lots of data in files and puts this data into a database. It has been single threaded; so I create a database connection, create prepared statements on that ...
0
votes
1answer
88 views

Java Connect to a MySQL's sites DB

I have a site with a MySql Database, and I would like to retrieve the information via a Java Program. The problem is that I'm not sure about how to do it. I have tried a few methods, but none works. ...
0
votes
0answers
64 views

Multiple databases in Django 1.5

I am using multiple databases in Django 1.5. The default database is always available, but the secondary databases are not always available at the computer. When they are available everything works ...
-1
votes
2answers
66 views

Connecting to external database in android

I am trying to connect to my database on my localhost through my android application. I have created a php file and stored it in my wamp/www/myfolder, when I run it it works fine, so it must be a ...
-6
votes
2answers
44 views

And One more error syntax [closed]

I have another error from help I've gotten earlier. Here is the error message: Parse error: syntax error, unexpected '') or die($conn_error); ' (T_CONSTANT_ENCAPSED_STRING) in ...
0
votes
1answer
105 views

Unable to connect to the oracle database due to IP change

I have set up oracle11g database on my system which is accessed by two other machines through JDBC. But due to some reason the IP address of my system has been changed. I am not able to access the ...
0
votes
2answers
63 views

Connecting to MySQL using Apache and PHP

i'm currently on Apache 2.2 using PHP 5.. I am trying to connect to to MySQL on my Apache server and create a database called my_db... and i have the following code: <?php $con=mysqli_connect(); ...
-2
votes
1answer
34 views

Why shouldn't I “share DB connections across threads”?

I was reading some code where the db connection was saved as a Thread local variable. Then searching StackOverflow I found two posts that say: "Don't share DB connections across threads". So why ...
2
votes
3answers
75 views

finding DB connections that are not closed properly

There have been some leaks found in the code of a large project where DB connections are opened yet not closed. The DB is DB2 and the connections are opened in a java program and not properly closed ...
0
votes
2answers
61 views

how to use database connection on both masterpage and content page with using statement

I know I need to use the using statement to use a database connection, to be sure that it will be automatically closed without further worries. But I am using a masterpage and a content page which ...
0
votes
2answers
89 views

java - creating an oracle database connection

Does anyone know what the best way is to create a new oracle database connection. This is what I currently have: private static getConnection() throws Exception { if (!isDriverRegistered){ ...
0
votes
1answer
78 views

Excel, cannot connect to XMLA Webservice

I try to create connection to a XMLA Web Service in Excel. I'm using Analysis Services connection assistant. I fill the first mask with web service url and credentials. Then I get 10 ...
0
votes
1answer
96 views

Can a Connection object be used with a JDBC RowSet instance outside of a constructor?

I am aware that a JDBC RowSet instance can be created with a Connection object passed to its constructor, eg.: Connection con = MyDAO.getConnection(); JdbcRowSet jrs = new JdbcRowSetImpl(con); Two ...
0
votes
0answers
14 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
votes
2answers
62 views

Good SQL Manager For Java [closed]

When using my SQL manager, i have a critical problem : when connecting to DB and trying to extract data no response is available and a blank page appears on my browser when calling a servlet,it is for ...
0
votes
2answers
59 views

Why is my second database table connection not working [closed]

Heres what im trying to do I want to get the values of a certain column in the first entry that was made by the client the first time he filled my survey and compare it to the new one so heres my ...

1 2 3 4 5 7