Re: postgresql jdbc driver

2000-08-08 Thread Jim Caley
t;?) Regards, Jim -- wangmq wrote: > > I have installed postgresql-6.4.2, but I can't find the directory interface/jdbc. So >I can't find the postgresql driver postgresql.jar. Why? > ôèPԔ ‘ >ÿzf¢–Ú#jöÿ–)îÇúު笷

postgresql jdbc driver

2000-08-07 Thread wangmq
I have installed postgresql-6.4.2, but I can't find the directory interface/jdbc. So I can't find the postgresql driver postgresql.jar. Why? èPԔ ‘ ™¨¥¶ˆÚ½©bžìkz«ž²ØÚ½¦åiÉ£è® "¶¬¹¸ÞrÚº{.nÇ+‰·“®‹›•ਞ֜¶F«•¹ZrGhÂz+

Re: How to start using PostgreSQL?

2000-05-22 Thread Jim Caley
Hi Janet, This question should really have something to do with Linux *and* Java to be in this mailing list. You may want to try one of the Postgresql mailing lists. See http://postgresql.org/lists/mailing-list.html. Or your question may already be answered in one of the online FAQ's or

Postgresql and java Connectivity

1999-09-19 Thread ALPESH KOTHARI
 Hello, I just now installed Postgresql-6.5.1 on my RH6.0 system. It is working fine. Then I downloaded jdbc6.5.1-2.jar file from the repturs site. I renamed it postgresql.jar and kept it in /usr/local/pgsql/lib directory and exported the classpath as: export CLASSPATH=\/usr/local

Re: download postgresql 6.5.1

1999-09-13 Thread Peter Mount
On Sun, 12 Sep 1999 [EMAIL PROTECTED] wrote: > Hi Peter, > Thanks for your reply. I have another question. I have postgresql, > postgresql-clients, postgresql-data, postgresql-devel of release 6.3.2-10 > with my redhat linux 5.2. I uninstalled them and installed postgresql,

download postgresql 6.5.1

1999-09-12 Thread Leonllyu
Hi Peter, Thanks for your reply. I have another question. I have postgresql, postgresql-clients, postgresql-data, postgresql-devel of release 6.3.2-10 with my redhat linux 5.2. I uninstalled them and installed postgresql, postgresql-devel, postgresql-server, postgresql-jdbc, postgresql-odbc

Re: PostgreSQL

1999-08-06 Thread Marcos Seoane
ma de exemplo ou pode fazer um pra mim de sistema JAVA conectando um banco de dados PostgreSQL...eu seria muitissimo grato... eng > anybody has an example how to make an application in JAVA using a PostgreSQL database...thanks in advance... []'s Marcos Seoane ***

RE: PostgreSQL and JAVA

1999-08-04 Thread Alex001
Original Message- From: Marcos Seoane [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, August 04, 1999 7:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:PostgreSQL alguem tem algum programa de exemplo ou pode fazer um pra mim de sistema JAVA conectando um banco de dados Postgre

PostgreSQL

1999-08-04 Thread Marcos Seoane
alguem tem algum programa de exemplo ou pode fazer um pra mim de sistema JAVA conectando um banco de dados PostgreSQL...eu seria muitissimo grato... []'s Marcos Seoane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
> My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat >Linux 5.2. In the Howto Postgres document it is written that JDBC driver >is supplied with this CD. I created Database and tabels using psql >interactive prompt. Then I wrote one java program to access the tab

Re: JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
Sitanshu Bhusan Nanda wrote: > Hi > My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat > Linux 5.2. In the Howto Postgres document it is written that JDBC driver > is supplied with this CD. I created Database and tabels using psql > interactive prompt. Then I

JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
Hi My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat Linux 5.2. In the Howto Postgres document it is written that JDBC driver is supplied with this CD. I created Database and tabels using psql interactive prompt. Then I wrote one java program to access the tabels created

Re: JDBC:RMI --> JDBC --> PostgreSQL

1999-01-08 Thread Peter T Mount
last resort while trying to find out classpath problems. Usually expanding the jar file isn't a good option when distributing a final product. -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres J

Re: JDBC:RMI --> JDBC --> PostgreSQL

1999-01-08 Thread Peter T Mount
On Wed, 6 Jan 1999, Ing. Conrado Miguel Rodr?guez Fern?ndez wrote: > I'm trying to distribute my PostgreSQL tables through JDBC:RMI. I have been using > the PostgreSQL JDBC driver from contrib.redhat. and it do it's job Ok. What version of the driver are you using? Last w

Re: JDBC:RMI --> JDBC --> PostgreSQL

1999-01-07 Thread Thomas Bocek
On Wed, 6 Jan 1999, Ing. Conrado Miguel Rodr?guez Fern?ndez wrote: > > I'm trying to distribute my PostgreSQL tables through JDBC:RMI. I have been using > the PostgreSQL JDBC driver from contrib.redhat. and it do it's job Ok. > > The JDBC:RMI system has been also su

Re: JDBC:RMI --> JDBC --> PostgreSQL

1999-01-06 Thread Chris Abbey
id of the colons... use / instead. i.e. rmi://horus/jdbc/postgresql/conrado (If I were a betting man, my money would be on this one. :) If you can try the client on the same machine as the seerver then drop the name from the rmi url. (I assume that won't work in deployment, but might lead to t

JDBC:RMI --> JDBC --> PostgreSQL

1999-01-06 Thread Ing. Conrado Miguel Rodr?guez Fern?ndez
I'm trying to distribute my PostgreSQL tables through JDBC:RMI. I have been using the PostgreSQL JDBC driver from contrib.redhat. and it do it's job Ok. The JDBC:RMI system has been also succesfully tested with the JDBC-ODBC bridge. The problem arises when I try to connect to the