Thread

  1. JDBC & XML-DBMS

    Alexander Yurov <ayurov@incap.ru> — 2000-10-16T09:47:04Z

    1. JDBC Driver returns empty separator in the database catalog.
    2. Why JDBC Driver returns column (procedures etc.) name pattern in lower case?
    
    Al
    
    
    
    
  2. Re: JDBC & XML-DBMS

    Peter Mount <peter@retep.org.uk> — 2000-10-17T18:33:28Z

    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/