Thread: JDBC & XML-DBMS

JDBC & XML-DBMS

From
Alexander Yurov
Date:
1. JDBC Driver returns empty separator in the database catalog.
2. Why JDBC Driver returns column (procedures etc.) name pattern in lower case?

Al

Re: JDBC & XML-DBMS

From
Peter Mount
Date:
On Mon, 16 Oct 2000, Alexander Yurov wrote:

> 1. JDBC Driver returns empty separator in the database catalog.

In the source I have the following comment:
// PM Sep 29 97 - changed from "." as we don't support catalogs.

So back in 1997 I removed the "."

> 2. Why JDBC Driver returns column (procedures etc.) name pattern in lower case?

JDBC doesn't change any case, so unless you quoted the column when the
table was created, it will return it in lower case because the backend has
done the deed.

Peter

--
Peter T Mount peter@retep.org.uk http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/