&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
jdbc postgresql
0
votes
1
answer
53
views
Connection timeout when connecting to a remote postgresql database
I am facing this problem: I have a program that loops the following: connect to a postgresql database print a count number close the connection code…
java
postgresql
jdbc
asked
June 22, 2011 4:03 am CDT
user415726
0
votes
1
answers
68
views
PreparedStatement is not reading all my parameters for PostGIS Geography
I have the following JDBC code. Note that I am attempting to use PostGIS geography: PreparedStatement stmt = db.prepareStatement("INSERT INTO " +…
java
database
postgresql
jdbc
postgis
asked
June 21, 2011 5:18 pm CDT
Steph
0
votes
2
answers
50
views
Are long high volumn transactions bad
Hallo, I am writing a database application that does alot of inserts and updates with fake serialisable isolation level ( snapshot isolation ). To…
database
oracle
postgresql
jdbc
transactions
asked
June 15, 2011 6:10 am CDT
Franz Kafka
0
votes
0
answers
33
views
Postgresql / greenplum parameter binding on jdbc, why does it think its a column name?
I have a query that looks something like this: SELECT A.A, A.B, B.A, B.C, B.D FROM tableone A, tabletwo B WHERE A.A = B.A AND B.C = :p_name When the…
postgresql
jdbc
parameters
greenplum
asked
June 8, 2011 9:08 pm CDT
sal
2
votes
0
answers
31
views
Database connection fails (reset) when NOT using default package.
I may not have enough information to provide the community to answer this question, but I'm kind of hoping my situation rings a bell in someone's…
java
postgresql
jdbc
asked
June 8, 2011 2:35 pm CDT
LeffelMania
0
votes
3
answers
52
views
Jdbc connection with java, singleton connection object or spring jdbc connection?
I manipulate postgresql database with java , please help me to choose a development way, Must I create a jdbc singleton object ? create a new…
java
sql
spring
postgresql
jdbc
asked
June 7, 2011 8:13 am CDT
Florito
1
vote
1
answer
42
views
How do I extract a Postgres timestamp field using java?
My data is in format: 2010-12-01 09:59:00.423 getDate in Java only returns the date portion. Is there a way to also extract the time?
java
postgresql
jdbc
asked
May 30, 2011 9:34 pm CDT
deltanovember
0
votes
2
answers
32
views
Proper way to sent PreparedStatement parameter to null under postgres
im using JDBC4 (over JDK6) to connect to postgresql 9.0 using their latest JDBC4 driver. conn = dpaDs.getConnection(); PreparedStatement stmt =…
postgresql
jdbc
asked
May 25, 2011 11:03 pm CDT
radai
0
votes
1
answer
34
views
Driver issue with PostgreSQL/Clojure
I am attempting to access a Postgres database inside of Clojure. I've found a ton of examples of projects using DBs, setting up the database like…
java
postgresql
jdbc
clojure
asked
May 24, 2011 10:36 pm CDT
Topher
0
votes
4
answers
86
views
How to connect NetBeans 7.0 to MySQL database ?
I have just installed NetBeans 7.0 and I am a newbie in NetBeans' world. can any one tell me how to connect my application to MySQl / PostGress ? I…
java
mysql
postgresql
netbeans
jdbc
asked
May 21, 2011 6:10 am CDT
TheAmitKumar
0
votes
3
answers
52
views
Postgresql application acces
Hi I'm using JDBC to connect to postgresql database. We are trying to block access to database for users themselves. Instead they should be forced…
java
postgresql
jdbc
asked
May 20, 2011 5:53 am CDT
Qbix
1
vote
1
answers
45
views
Log4j postgres in jee
hello, After many search on the subject I finally think the solution of my problem is to ask you. So my problem is in the way to create logs on my…
java
postgresql
jdbc
java-ee
log4j
asked
May 10, 2011 7:37 am CDT
Florito
0
votes
2
answers
69
views
Is Postgres or Ruby adding the timezone to my `timestamp without time zone` column?
If I query my database with SELECT current_setting('TIMEZONE') I get 'UTC' (as expected). Using PgAdmin, I run the following query: SELECT foo FROM…
ruby
postgresql
jdbc
timezone
timestamp
asked
May 3, 2011 1:46 pm CDT
Larsenal
0
votes
1
answers
44
views
Can't view or edit stored procedures in Netbeans (PostgreSQL connection)
Hi there! I just installed Netbeans (7.0 IDE Dev) on my mac, and I am quite happy that i dont need 2 editors anymore (1 for php, 1 for python) Now,…
postgresql
stored-procedures
netbeans
jdbc
plpgsql
asked
May 2, 2011 5:30 am CDT
Koen Schmeets
0
votes
1
answer
31
views
Error while running JDBC on postgres .
This is my CreateQuery.java class . package DbConnect; import java.io.FileNotFoundException; import java.io.IOException; import java.sql.Connection;…
java
postgresql
jdbc
asked
May 2, 2011 2:59 am CDT
mekasperasky
0
votes
4
answers
34
views
Java database abstraction for GWT (or: Is Hibernate a good choise?)
Hi, we are currently developing some kind of enterprise resource managment system with Google Web Toolkit. Our main goals are to keep our system…
java
hibernate
postgresql
gwt
jdbc
asked
April 24, 2011 5:09 am CDT
iuiz
0
votes
2
answers
57
views
Does postgresql jdbc driver has \copy?
as stated, does java jdbc driver for postgresql has client side \copy? I wanted to do batch inserts into a table in the database on a remote machine…
java
postgresql
jdbc
asked
April 20, 2011 1:29 am CDT
amateur
0
votes
0
answers
44
views
PostgreSQL doesn't close connections
We are using Liferay Portal 5.2.3 (with Hibernate and C3P0) on Tomcat 5.5.27, PostgreSQL 8.3. Normally, c3p0 pools connections and return it for…
java
postgresql
jdbc
asked
April 15, 2011 9:27 am CDT
ninja
0
votes
1
answers
40
views
Creating JDBC functions from corresponding WSDL
Hi, I am working on building a web service from scratch with JDBC for postgreSQL. thing is that the operations given in the wsdl file do not show…
postgresql
jdbc
wsdl
asked
April 11, 2011 5:49 am CDT
Prometheus87
0
votes
2
answers
66
views
.jar file for postgreSQL JDBC driver. How to configure?
I am trying to create a connection for the JDBC driver in netbeans for windows. THe problem is that i cannot make a domain source name with the .jar…
java
postgresql
jdbc
asked
April 9, 2011 2:28 am CDT
Osama Rao
Pages
:
1
|
2
>
39
jdbc postgresql
Tagged:
jdbc + postgresql
Related Tags
sql
× 429
database
× 217
ruby-on-rails
× 151
mysql
× 145
php
× 117
java
× 113
python
× 92
ruby-on-rails-3
× 77
django
× 73
hibernate
× 57
query
× 57
heroku
× 48
ruby
× 44
performance
× 43
linux
× 41
jdbc
× 39
plpgsql
× 39
postgis
× 39
sql-server
× 38
activerecord
× 35
database-design
× 30
sqlite
× 28
c#
× 27
oracle
× 27
psql
× 25
ubuntu
× 23
psycopg2
× 22
stored-procedures
× 21
triggers
× 19
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy