Meta Data/Schema/DDL

Поиск
Список
Период
Сортировка
От Ty
Тема Meta Data/Schema/DDL
Дата
Msg-id jUC_7.149611$lV4.25728591@e420r-atl1.usenetserver.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Michaell Oxtoby"
Дата:
Сообщение: Uisng Procedures via JDBC
Следующее
От: "Darryl M. Wolski"
Дата:
Сообщение: nested inner join help