From: | "Ty" <ty(at)sonets(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Meta Data/Schema/DDL |
Date: | 2002-01-08 14:48:47 |
Message-ID: | jUC_7.149611$lV4.25728591@e420r-atl1.usenetserver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Holger Krug | 2002-01-08 15:17:47 | Re: Need help |
Previous Message | Jochem van Dieten | 2002-01-08 12:10:21 | Re: Error trying to create a functional index. |