Meta Data/Schema/DDL - Mailing list pgsql-sql

From Ty
Subject Meta Data/Schema/DDL
Date
Msg-id jUC_7.149611$lV4.25728591@e420r-atl1.usenetserver.com
Whole thread Raw
List pgsql-sql
Hello,

I'm trying to complete a Forte for Java tutorial using Red Hat Linux 7.2.
Wierd things:

Using MySQL -- All records in table show-up on my initial connection select
query using jsp, jdbc connection SELECT * FROM CD;

Using PostgreSQL -- only the last record shows up in the jsp, jdbc
connection (if I write as small console data query app. this works fine--
not in jsp though)

At a certain point in the tutorial, I had to import the database schema, and
forte would generate fields, set and get methods (functions) to access the
tables in the database-- PostgreSQL doesn't return and db fields.

I verified referential integrity would be enforced, this wasn't possible in
MySQL, that's why I switched to Postgres.  I'd appreciate any explanation
anyone could offer.


Thanks,
Tyrone





pgsql-sql by date:

Previous
From: "Michaell Oxtoby"
Date:
Subject: Uisng Procedures via JDBC
Next
From: "Darryl M. Wolski"
Date:
Subject: nested inner join help