Обсуждение: Meta Data/Schema/DDL

Поиск
Список
Период
Сортировка

Meta Data/Schema/DDL

От
"Ty"
Дата:
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