[JDBC] Not yet implemented?

2001-07-13 Thread Egon Sommer
Hello, I have a problem and hope you can help me: If I send a SELECT query to PostgreSQL from a JDBC connection of my Programm about a lokal network I get this error message: "This methode is not yet implemented." The SELECT query is very simple: SELECT * FROM Customers; ("Customers" is a table

Re: [JDBC] Not yet implemented?

2001-07-13 Thread Jeff Waugh
Unfortunately, 'SELECT * FROM Customers;' is not a method. (and your message does not contain reference to *any* method) Perhaps if you post your actual JAVA code someone can help. -Jeff - Original Message - From: "Egon Sommer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, J

[JDBC] Connection.setCatalog()

2001-07-13 Thread jason
Why isn't setCatalog() implemented? This is similar to the DatabaseMetaData.getCatalogs() which I asked about recently. The MySQL driver supports it, no reason why we shouldn't. Jason Davies [EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't

[JDBC] DatabaseMetaData.supportsCatalogsInXXX()

2001-07-13 Thread jason
Hi, Should boolean supportsCatalogsInTableDefinitions() boolean supportsCatalogsInIndexDefinitions() boolean supportsCatalogsInPrivilegeDefinitions() return true? They all return false at the moment. I think catalogs need to be sorted out - Connection.getCatalog() should also be implemented.

[JDBC] alternative jdbc

2001-07-13 Thread Tony Grant
Hello, I've been intrigued by the various alternative JDBC drivers on sourceforge for postgreSQL. Are any of them more compliant/better/feature packed than the one shipped in the distribution? Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Ma

RE: [JDBC] Connection.setCatalog()

2001-07-13 Thread jason
Hi Dave, "catalogs" are the same as "databases" I think. Basically, typing \l at the psql prompt will list them. The MySQL driver lists all the databases when getCatalogs() is called (by the way, Peter E has implemented it in DatabaseMetaData.getCatalogs() when I requested it - see CVS). I th

RE: [JDBC] alternative jdbc

2001-07-13 Thread Dave Cramer
Tony, This is great, I will download it and test it when I get a chance Dave -Original Message- From: Tony Grant [mailto:[EMAIL PROTECTED]] Sent: July 13, 2001 10:55 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [JDBC] alternative jdbc On 13 Jul 2001 10:19:08 -0400, Dav

Re: [JDBC] Not yet implemented?

2001-07-13 Thread Peter Eisentraut
Egon Sommer writes: > P.S.: Is there a possibility to participate in this Mailinglist (mean send messages) >WITHOUT > getting all message in my Mail-Box. I think it's much better to read the new messages > about the www-interface on www.postgreSQL.org. Send email to [EMAIL PROTECTED] with 'set

RE: [JDBC] Connection.setCatalog()

2001-07-13 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > Connection.setCatalog(String database) should connect to the specified database. The JDBC spec says: : Sets a catalog name in order to select a subspace of this Connection's : database in which to work. If the driver does not support catalogs, it : will silently igno

[JDBC] Re: problen in starting the naming service using the JDBC driver!

2001-07-13 Thread Barry Lind
Namrata, The problem is that you are using a driver compiled with a 1.3 JDK, but running the code against a 1.2 JDK. You either need to get the correct version of the driver, or upgrade you runtime to use 1.3. thanks, --Barry Namrata wrote: > Hi there, > > I am trying to start the naming s

[JDBC] Re: Not yet implemented?

2001-07-13 Thread Barry Lind
Egon, The JDBC driver certainly supports the simple select statement below. Without any more detailed information it is difficult to provide you with any more help. What version of Postgres and the JDBC drivers are you running? Can you provide a test case that shows the problem? thanks, --B

Re: [JDBC] DatabaseMetaData.supportsCatalogsInXXX()

2001-07-13 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > Should > > boolean supportsCatalogsInTableDefinitions() > boolean supportsCatalogsInIndexDefinitions() > boolean supportsCatalogsInPrivilegeDefinitions() > > return true? No. > Another thing is would it be possible to support a > jdbc:postgresql://host URL i.e. witho

Re: [JDBC] [PATCH] Cleanup of JDBC character encoding

2001-07-13 Thread Anders Bengtsson
On Thu, 12 Jul 2001, Bruce Momjian wrote: > Your patch has been added to the PostgreSQL unapplied patches list at: Here is a new version of that patch, with improvements from some feedback I got from Barry Lind. More of the encoding-related logic is moved into the Encoding class and I've added s

RE: [JDBC] alternative jdbc

2001-07-13 Thread Dave Cramer
Tony, Can you send links, I wasn't aware there were any others? Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tony Grant Sent: July 13, 2001 10:10 AM To: [EMAIL PROTECTED] Subject: [JDBC] alternative jdbc Hello, I've been intrigued by the var

Re: [JDBC] [PATCH] Cleanup of JDBC character encoding

2001-07-13 Thread Bruce Momjian
Old removed. Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > On Thu, 12 Jul 2001, Bruce Momjian wrote: > > > Your patch has been added to the PostgreSQL unapplied patche

RE: [JDBC] alternative jdbc

2001-07-13 Thread Tony Grant
On 13 Jul 2001 10:19:08 -0400, Dave Cramer wrote: > Can you send links, I wasn't aware there were any others? OK the second one I sent is someones pipe dream with no substance... Cheers Tony -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev w

RE: [JDBC] alternative jdbc

2001-07-13 Thread Tony Grant
On 13 Jul 2001 10:19:08 -0400, Dave Cramer wrote: > Can you send links, I wasn't aware there were any others? https://sourceforge.net/projects/jxdbcon/ seems to have files https://sourceforge.net/projects/jpsql/ Can't get at the docs for the moment Cheers Tony Grant -- RedHat Linux on Sony