Hi,
I'm trying to generate the XML from a postgresql
database, and I get the exception included below.

Does anyone know if there are any settings required in
postgres so that the metadata extraction will work? 
Any hints would be greatly appreciated.

Thanks,
-Joe 

Running:
Linux 7.2
PostgreSQL 7.2.1


jdbcDriver=org.postgresql.Driver
jdbcURL=jdbc:postgresql://127.0.0.1:5432/jprosser
username=jprosser
password=
catalog=null
schemaPattern=null
tableNamePattern=null
java.sql.SQLException: ERROR:  No such attribute or
function 'oid'

        at
org.postgresql.Connection.ExecSQL(Connection.java:533)
        at
org.postgresql.Connection.ExecSQL(Connection.java:400)
        at
org.postgresql.jdbc2.DatabaseMetaData.getColumns(DatabaseMetaData.java:1894)
        at
org.dbforms.devgui.XMLConfigGenerator.createXMLOutput(XMLConfigGenerator.java:250)
        at
org.dbforms.devgui.ConfigFilePanel.actionPerformed(ConfigFilePanel.java:589)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:258)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:227)
        at
java.awt.Component.processMouseEvent(Component.java:5021)
        at
java.awt.Component.processEvent(Component.java:4818)
        at
java.awt.Container.processEvent(Container.java:1380)
        at
java.awt.Component.dispatchEventImpl(Component.java:3526)
        at
java.awt.Container.dispatchEventImpl(Container.java:1437)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
        at
java.awt.Container.dispatchEventImpl(Container.java:1423)
        at
java.awt.Window.dispatchEventImpl(Window.java:1566)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)



__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of  Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to